Skip to content

Commit

Permalink
[Release] v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed Oct 14, 2021
1 parent 9a4d0e3 commit 119e63b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 2
versionName = "1.3.0"
versionCode = 3
versionName = "1.4.0"
}

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

group = "me.konyaco.collinsdictionary"
version = "1.3.0"
version = "1.4.0"
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "me.konyaco.collinsdictionary"
version = "1.3.0"
version = "1.4.0"

kotlin {
jvm {
Expand Down

0 comments on commit 119e63b

Please sign in to comment.