Skip to content

Commit

Permalink
Merge pull request #393 from thornbill/bump-version-0.11.2
Browse files Browse the repository at this point in the history
Update app version to 0.11.2
  • Loading branch information
nielsvanvelzen authored Mar 10, 2020
2 parents 32ed6c2 + 3f16234 commit d33e6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
targetSdkVersion(29)

// Release version
versionCode = 905
versionName = "0.11.0"
versionCode = 907
versionName = "0.11.2"
}

compileOptions {
Expand Down

0 comments on commit d33e6da

Please sign in to comment.