Skip to content

Commit

Permalink
Prepare version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 24, 2021
1 parent e3fab6d commit 95e409b
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 = 3
patchVersion = 2
patchVersion = 3
libraryVersionName = "${majorVersion}.${minVersion}.${patchVersion}"
libraryVersionCode = majorVersion * 1000 + minVersion * 100 + patchVersion

Expand Down

0 comments on commit 95e409b

Please sign in to comment.