We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4957dd commit 331320bCopy full SHA for 331320b
README.md
@@ -53,7 +53,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)
53
<dependency>
54
<groupId>net.elytrium</groupId>
55
<artifactId>limboapi-api</artifactId>
56
- <version>1.0.7</version>
+ <version>1.0.8</version>
57
<scope>provided</scope>
58
</dependency>
59
</dependencies>
VERSION
@@ -1 +1 @@
1
-1.0.7
+1.0.8
build.gradle
@@ -11,7 +11,7 @@ allprojects {
11
apply(plugin: "org.cadixdev.licenser")
12
13
setGroup("net.elytrium")
14
- setVersion("1.0.8-SNAPSHOT")
+ setVersion("1.0.8")
15
16
compileJava {
17
getOptions().setEncoding("UTF-8")
0 commit comments