diff --git a/appveyor.yml b/appveyor.yml index 35c80d77..2ec5118b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 6.9.1.{build} +version: 6.10.0.{build} environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 diff --git a/scripts/publish.sh b/scripts/publish.sh index 7e185e14..2d2f0693 100644 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -38,7 +38,7 @@ update_version_in_source () { } commit_new_version () { - git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties + git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties appveyor.yml git commit -m "Set version to $VERSION" }