Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patbeagan1 committed Jan 31, 2022
1 parent 284c017 commit 86adbcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ application {
}

group = "dev.patbeagan"
version = "0.1.0"
version = "0.1.1"

tasks {
named<ShadowJar>("shadowJar") {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group 'dev.patbeagan'
version '0.1.0'
version '0.1.1'

compileKotlin {
kotlinOptions {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {


group = "dev.patbeagan"
version = "0.1.0"
version = "0.1.1"
tasks {
named<ShadowJar>("shadowJar") {
minimize()
Expand Down

0 comments on commit 86adbcd

Please sign in to comment.