diff options
| author | mdxd44 <ogurec332@mail.ru> | 2022-01-22 21:04:02 +0900 |
|---|---|---|
| committer | mdxd44 <ogurec332@mail.ru> | 2022-01-22 21:04:02 +0900 |
| commit | 4400c83b9025ca24e6d8ac36b67e0fe8c336f6be (patch) | |
| tree | fc38dd3b6c7d5ed2cf07fc91c5a2f39eae34e9c7 | |
| parent | 7cda52867c05b0620bb486c1112f6c31b8402bdf (diff) | |
| download | LimboAuth-4400c83b9025ca24e6d8ac36b67e0fe8c336f6be.tar.gz LimboAuth-4400c83b9025ca24e6d8ac36b67e0fe8c336f6be.tar.bz2 LimboAuth-4400c83b9025ca24e6d8ac36b67e0fe8c336f6be.zip | |
1.0.3
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | build.gradle | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -1.0.2 +1.0.3 diff --git a/build.gradle b/build.gradle index 435a965..990b70c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } setGroup("net.elytrium") -setVersion("1.0.3-rc3") +setVersion("1.0.3") compileJava { getOptions().setEncoding("UTF-8") @@ -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") |
