Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxd44 committed Jan 22, 2022
1 parent 7cda528 commit 4400c83
Show file tree
Hide file tree
Showing 2 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.0.2
1.0.3
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

setGroup("net.elytrium")
setVersion("1.0.3-rc3")
setVersion("1.0.3")

compileJava {
getOptions().setEncoding("UTF-8")
Expand Down Expand Up @@ -38,7 +38,7 @@ repositories {
}

dependencies {
compileOnly("net.elytrium:limboapi-api:1.0.3-rc5")
compileOnly("net.elytrium:limboapi-api:1.0.3")

compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
Expand Down

0 comments on commit 4400c83

Please sign in to comment.