Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Jul 24, 2020
1 parent 9853e94 commit cd51d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muzei-nationalgeographic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
// SemVer
def major = 2
def minor = 2
def patch = 0
def patch = 1
versionCode = (major * 10000) + (minor * 100) + patch
versionName = "$major ($major.$minor.$patch)"
//
Expand Down

0 comments on commit cd51d88

Please sign in to comment.