Skip to content

Commit ea90596

Browse files
committed
Bump version to 1.1.2
1 parent 7e9d4dd commit ea90596

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(ESP_PLATFORM)
77
endif()
88

99
project(frequency
10-
VERSION 1.1.0
10+
VERSION 1.1.2
1111
DESCRIPTION "Type-safe frequency handling library modeled after std::chrono"
1212
HOMEPAGE_URL "https://github.com/cleishm/frequency-cpp"
1313
LANGUAGES CXX

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.1"
1+
version: "1.1.2"
22
description: "Type-safe frequency handling library modeled after std::chrono"
33
url: "https://github.com/cleishm/frequency-cpp"
44
repository: "https://github.com/cleishm/frequency-cpp.git"

0 commit comments

Comments
 (0)