Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Dec 14, 2022
1 parent f2b3545 commit c46ba52
Showing 1 changed file with 2 additions and 2 deletions.
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.7-SNAPSHOT")
setVersion("1.0.7")

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

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

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

0 comments on commit c46ba52

Please sign in to comment.