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