Skip to content

Commit

Permalink
[Release] v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed Aug 13, 2021
1 parent 02248e8 commit f1de8d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk = 21
targetSdk = 31
versionCode = 2
versionName = "1.2.0"
versionName = "1.3.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 @@ -15,4 +15,4 @@ allprojects {
}

group = "me.konyaco.collinsdictionary"
version = "1.2.0"
version = "1.3.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.2.0"
version = "1.3.0"

kotlin {
jvm {
Expand Down

0 comments on commit f1de8d7

Please sign in to comment.