Skip to content

Commit

Permalink
Prepare version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Jan 10, 2022
1 parent c704803 commit bef013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
majorVersion = 0
minVersion = 11
patchVersion = 0
patchVersion = 1
libraryVersionName = "${majorVersion}.${minVersion}.${patchVersion}"
libraryVersionCode = majorVersion * 1000 + minVersion * 100 + patchVersion

Expand Down

0 comments on commit bef013b

Please sign in to comment.