Skip to content

Commit 85b0af2

Browse files
committed
Release 1.1.15
1 parent 0d31466 commit 85b0af2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)
5353
<dependency>
5454
<groupId>net.elytrium.limboapi</groupId>
5555
<artifactId>api</artifactId>
56-
<version>1.1.13</version>
56+
<version>1.1.15</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
</dependencies>
@@ -70,7 +70,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)
7070
}
7171
7272
dependencies {
73-
compileOnly("net.elytrium.limboapi:api:1.1.13")
73+
compileOnly("net.elytrium.limboapi:api:1.1.15")
7474
}
7575
```
7676

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.14
1+
1.1.15

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allprojects {
1313
apply(plugin: "org.cadixdev.licenser")
1414

1515
setGroup("net.elytrium.limboapi")
16-
setVersion("1.1.15-SNAPSHOT")
16+
setVersion("1.1.15")
1717

1818
compileJava {
1919
getOptions().setEncoding("UTF-8")

0 commit comments

Comments
 (0)