Skip to content

Commit

Permalink
chore: bump version (#260)
Browse files Browse the repository at this point in the history
Increment version to 2.0.3
  • Loading branch information
Chesire authored Feb 22, 2022
1 parent 619953c commit 67d4e9c
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 @@ -9,8 +9,8 @@ android {
minSdk = 21
targetSdk = 31
applicationId = "com.chesire.pushie"
versionCode = 10
versionName = "2.0.2"
versionCode = 11
versionName = "2.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.add("en")
}
Expand Down

0 comments on commit 67d4e9c

Please sign in to comment.