Skip to content

Commit b9baa57

Browse files
committed
Update to version 1.3.0
1 parent ce13e4c commit b9baa57

File tree

10 files changed

+13
-9
lines changed

10 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 1.3.1
2+
* Support relocation of libraries compiled for Java up to 23
3+
* Updated libraries used by Libby
4+
15
### Version 1.3.0
26
* Support for snapshot libraries ([GH-20](https://github.com/AlessioDP/libby/pull/20))
37
* Updated jar-relocator ([GH-21](https://github.com/AlessioDP/libby/pull/21))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Firstly, add the maven artifact to your `pom.xml`
3939
<dependency>
4040
<groupId>net.byteflux</groupId>
4141
<artifactId>libby-bukkit</artifactId> <!-- Replace bukkit if you're using another platform -->
42-
<version>1.3.0</version>
42+
<version>1.3.1</version>
4343
</dependency>
4444
```
4545

bukkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.byteflux</groupId>
99
<artifactId>libby</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-bukkit</artifactId>

bungee/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.byteflux</groupId>
99
<artifactId>libby</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-bungee</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.byteflux</groupId>
99
<artifactId>libby</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-core</artifactId>

nukkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.byteflux</groupId>
99
<artifactId>libby</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-nukkit</artifactId>

paper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.byteflux</groupId>
88
<artifactId>libby</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
</parent>
1111

1212
<artifactId>libby-paper</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.byteflux</groupId>
88
<artifactId>libby</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>

sponge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.byteflux</groupId>
99
<artifactId>libby</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-sponge</artifactId>

velocity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.byteflux</groupId>
99
<artifactId>libby</artifactId>
10-
<version>1.3.0</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-velocity</artifactId>

0 commit comments

Comments
 (0)