Skip to content

Commit

Permalink
Version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
askrepps committed Feb 26, 2022
1 parent cc259d7 commit d0e721a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonograms-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
}

group = "com.askrepps"
version = "1.0-SNAPSHOT"
version = "1.0.0"

kotlin {
jvm()
Expand Down
2 changes: 1 addition & 1 deletion nonograms-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
}

group = "com.askrepps"
version = "1.0-SNAPSHOT"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit d0e721a

Please sign in to comment.