diff --git a/README.md b/README.md index 559505ac..2c20796b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216) net.elytrium.limboapi api - 1.1.25 + 1.1.26 provided @@ -70,7 +70,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216) } dependencies { - compileOnly("net.elytrium.limboapi:api:1.1.25") + compileOnly("net.elytrium.limboapi:api:1.1.26") } ``` diff --git a/VERSION b/VERSION index 0bfff3dc..5166d134 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.25 +1.1.26 diff --git a/build.gradle b/build.gradle index 0487d2d2..64148261 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ allprojects() { apply(plugin: "org.cadixdev.licenser") setGroup("net.elytrium.limboapi") - setVersion("1.1.25") + setVersion("1.1.26") compileJava() { sourceCompatibility = JavaVersion.VERSION_17 diff --git a/gradle.properties b/gradle.properties index ad689bc4..f40e543d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xmx4096m -fastPrepareVersion=1.0.10 +fastPrepareVersion=1.0.11 velocityVersion=3.3.0-SNAPSHOT nettyVersion=4.1.86.Final fastutilVersion=8.5.11