Skip to content

Commit

Permalink
Update to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Jun 29, 2024
1 parent ce13e4c commit b9baa57
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.3.1
* Support relocation of libraries compiled for Java up to 23
* Updated libraries used by Libby

### Version 1.3.0
* Support for snapshot libraries ([GH-20](https://github.com/AlessioDP/libby/pull/20))
* Updated jar-relocator ([GH-21](https://github.com/AlessioDP/libby/pull/21))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Firstly, add the maven artifact to your `pom.xml`
<dependency>
<groupId>net.byteflux</groupId>
<artifactId>libby-bukkit</artifactId> <!-- Replace bukkit if you're using another platform -->
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-bukkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-bungee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-nukkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-paper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-sponge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.byteflux</groupId>
<artifactId>libby</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>

<artifactId>libby-velocity</artifactId>
Expand Down

0 comments on commit b9baa57

Please sign in to comment.