Skip to content

Commit

Permalink
Release 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
JNNGL committed Jul 10, 2023
1 parent 0d31466 commit 85b0af2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)
<dependency>
<groupId>net.elytrium.limboapi</groupId>
<artifactId>api</artifactId>
<version>1.1.13</version>
<version>1.1.15</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -70,7 +70,7 @@ Test server: [``ely.su``](https://hotmc.ru/minecraft-server-203216)
}
dependencies {
compileOnly("net.elytrium.limboapi:api:1.1.13")
compileOnly("net.elytrium.limboapi:api:1.1.15")
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.14
1.1.15
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply(plugin: "org.cadixdev.licenser")

setGroup("net.elytrium.limboapi")
setVersion("1.1.15-SNAPSHOT")
setVersion("1.1.15")

compileJava {
getOptions().setEncoding("UTF-8")
Expand Down

0 comments on commit 85b0af2

Please sign in to comment.