Skip to content

Commit

Permalink
[Release] v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed May 17, 2022
1 parent 9522226 commit b48f486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "me.konyaco.collinsdictionary"
minSdk = 21
targetSdk = 31
versionCode = 7
versionName = "1.4.4"
versionCode = 8
versionName = "1.4.5"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ allprojects {
}

group = "me.konyaco.collinsdictionary"
version = "1.4.4"
version = "1.4.5"

0 comments on commit b48f486

Please sign in to comment.