Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag authored Jun 16, 2024
1 parent 9c5cd76 commit 52b1dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ java {
}

group = "net.thenextlvl.gopaint"
version = "1.1.1"
version = "1.1.2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -43,4 +43,4 @@ publishing {
password = System.getenv("REPOSITORY_TOKEN")
}
}
}
}

0 comments on commit 52b1dee

Please sign in to comment.