Skip to content

Commit

Permalink
Merge pull request #83 from shalva97/cleanup
Browse files Browse the repository at this point in the history
working on jitpack
  • Loading branch information
shalva97 authored Mar 22, 2023
2 parents 9d7e195 + faf139f commit d64e073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "me.shalva97"
version = "2.1.0"
version = "2.1.1"

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

group = "com.github.shalva97"
version = "2.1.0"
version = "2.1.1"

kotlin {
js(IR) {
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ fun VersionNumber() {
textAlign("right")
}
}) {
Text("Version: " + "2.1.0") // TODO somehow get version name from Gradle
Text("Version: " + "2.1.1") // TODO somehow get version name from Gradle
}
}

0 comments on commit d64e073

Please sign in to comment.