Skip to content

Commit

Permalink
[Release] v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed Feb 22, 2022
1 parent af82567 commit 93bf09d
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 = 6
versionName = "1.4.3"
versionCode = 7
versionName = "1.4.4"
}

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.3"
version = "1.4.4"

0 comments on commit 93bf09d

Please sign in to comment.