Skip to content

Commit

Permalink
chore(version): bump version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
as-iotex committed Sep 10, 2022
1 parent 9c5923c commit fcc5d5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Run `doxygen Doxyfile` to regenerate the doxygen documentation. The output will
This library uses *Conventional Commits* and *Conventional Changelog* to automete the release and changelog generation.
In order to generate a new release:

1. Update the version in `library.json` for PlatformIO `library.properties` for Arduino.
1. Run `standard-version "--dry-run"` to preview the changelog and update the version in `library.json` for PlatformIO `library.properties` for Arduino.
2. Commit both files
3. Run `npm run release`.
4. Push to Github including tags `git push --follow-tags`.
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/iotexproject/arduino-sdk"
},
"version": "0.2.10",
"version": "0.2.11",
"authors": [
{
"name": "IoTeX",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=IoTeX-blockchain-client
version=0.2.9
version=0.2.11
author=IoTeX
maintainer=IoTeX
sentence=A simple API client implementation in C++ for the IoTeX blockchain.
Expand Down

0 comments on commit fcc5d5f

Please sign in to comment.