Skip to content

Commit

Permalink
1.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Jan 8, 2023
1 parent a9ac291 commit ad9dba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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</groupId>
<artifactId>limboapi-api</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
apply(plugin: "org.cadixdev.licenser")

setGroup("net.elytrium")
setVersion("1.0.9-SNAPSHOT")
setVersion("1.0.9")

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

0 comments on commit ad9dba0

Please sign in to comment.