File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
5
- [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.7 .0-beta )] ( https://www.ardu-badge.com/ArduinoJson/6.7 .0-beta )
5
+ [ ![ arduino-library-badge] ( https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.8 .0-beta )] ( https://www.ardu-badge.com/ArduinoJson/6.8 .0-beta )
6
6
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/m7s53wav1l0abssg/branch/6.x?svg=true )] ( https://ci.appveyor.com/project/bblanchon/arduinojson/branch/6.x )
7
7
[ ![ Build Status] ( https://travis-ci.org/bblanchon/ArduinoJson.svg?branch=6.x )] ( https://travis-ci.org/bblanchon/ArduinoJson )
8
8
[ ![ Coverage Status] ( https://coveralls.io/repos/github/bblanchon/ArduinoJson/badge.svg?branch=6.x )] ( https://coveralls.io/github/bblanchon/ArduinoJson?branch=6.x )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ update_version_in_source () {
34
34
}
35
35
36
36
commit_new_version () {
37
- git add src/ArduinoJson/version.hpp CHANGELOG.md library.json library.properties
37
+ git add src/ArduinoJson/version.hpp README.md CHANGELOG.md library.json library.properties
38
38
git commit -m " Set version to $VERSION "
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments