Browse Source

Update `idf_component.yml`

Benoit Blanchon 3 years ago
parent
commit
ae0499fd57
2 changed files with 2 additions and 2 deletions
  1. 1 1
      extras/scripts/publish.sh
  2. 1 1
      idf_component.yml

+ 1 - 1
extras/scripts/publish.sh

@@ -51,7 +51,7 @@ update_version_in_source () {
 }
 
 commit_new_version () {
-	git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml CMakeLists.txt
+	git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml CMakeLists.txt idf_component.yml
 	git commit -m "Set version to $VERSION"
 }
 

+ 1 - 1
idf_component.yml

@@ -1,4 +1,4 @@
-version: "6.20.0"
+version: "6.20.1"
 description: >-
   A simple and efficient JSON library for embedded C++.
   ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more.