diff options
author | Petr Ilin <hevav@hevav.dev> | 2022-06-08 15:34:37 +0300 |
---|---|---|
committer | Petr Ilin <hevav@hevav.dev> | 2022-06-08 15:34:37 +0300 |
commit | 75e4380dd19610eaeaac7787dce5ba9461c12350 (patch) | |
tree | 133507597c0cd75b6ae7bda868fdd3720ab1198b /build.gradle | |
parent | 5279de54cfe7e66b262892f25e2a5a965a05ee4c (diff) | |
download | LimboAuth-75e4380dd19610eaeaac7787dce5ba9461c12350.tar.gz LimboAuth-75e4380dd19610eaeaac7787dce5ba9461c12350.tar.bz2 LimboAuth-75e4380dd19610eaeaac7787dce5ba9461c12350.zip |
TimeUpdate implementation (world-ticks in config)
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ddd3801..352ec43 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } setGroup("net.elytrium") -setVersion("1.0.4") +setVersion("1.0.5") java { setSourceCompatibility(JavaVersion.VERSION_11) @@ -39,7 +39,7 @@ repositories { } dependencies { - compileOnly("net.elytrium:limboapi-api:1.0.4-SNAPSHOT") + compileOnly("net.elytrium:limboapi-api:1.0.5") compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") |