Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Sep 15, 2022
1 parent fa0c8b2 commit c5301be
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.5
1.0.6
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

setGroup("net.elytrium")
setVersion("1.0.6-SNAPSHOT")
setVersion("1.0.6")

java {
setSourceCompatibility(JavaVersion.VERSION_11)
Expand Down Expand Up @@ -39,7 +39,7 @@ repositories {
}

dependencies {
compileOnly("net.elytrium:limboapi-api:1.0.6-SNAPSHOT")
compileOnly("net.elytrium:limboapi-api:1.0.6")

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

0 comments on commit c5301be

Please sign in to comment.