Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Mar 27, 2021
1 parent 1219a25 commit 559bdc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -41,16 +41,16 @@ $ ./gradlew currentVersion
$ ./gradlew release
$ git tag
release-0.1.0
v0.1.0
$ ./gradlew cV
0.1.0
$ git add -A && git commit -m "Updates something" && ./gradlew release
$ git tag
release-0.1.0
release-0.1.1
v0.1.0
v0.1.1
$ ./gradlew cV
0.1.1
Expand Down

0 comments on commit 559bdc7

Please sign in to comment.