Skip to content

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Feb 20, 2022
1 parent daa2dee commit f60623f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
majorVersion = 0
minVersion = 15
majorVersion = 1
minVersion = 0
patchVersion = 0
libraryVersionName = "${majorVersion}.${minVersion}.${patchVersion}"
libraryVersionCode = majorVersion * 1000 + minVersion * 100 + patchVersion
Expand Down

0 comments on commit f60623f

Please sign in to comment.