We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9d4dd commit ea90596Copy full SHA for ea90596
2 files changed
CMakeLists.txt
@@ -7,7 +7,7 @@ if(ESP_PLATFORM)
7
endif()
8
9
project(frequency
10
- VERSION 1.1.0
+ VERSION 1.1.2
11
DESCRIPTION "Type-safe frequency handling library modeled after std::chrono"
12
HOMEPAGE_URL "https://github.com/cleishm/frequency-cpp"
13
LANGUAGES CXX
idf_component.yml
@@ -1,4 +1,4 @@
1
-version: "1.1.1"
+version: "1.1.2"
2
description: "Type-safe frequency handling library modeled after std::chrono"
3
url: "https://github.com/cleishm/frequency-cpp"
4
repository: "https://github.com/cleishm/frequency-cpp.git"
0 commit comments