Skip to content

Commit

Permalink
1.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Jan 28, 2023
1 parent 2d7ebd8 commit 12bec03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply(plugin: "org.cadixdev.licenser")

setGroup("net.elytrium.limboapi")
setVersion("1.1.5-SNAPSHOT")
setVersion("1.1.5")

compileJava {
getOptions().setEncoding("UTF-8")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ nettyVersion=4.1.86.Final
fastutilVersion=8.5.11
bstatsVersion=3.0.0
spotbugsVersion=4.7.3
elytriumCommonsVersion=1.2.2
elytriumCommonsVersion=1.2.3
adventureVersion=4.12.0

0 comments on commit 12bec03

Please sign in to comment.