Skip to content

Commit 78a536e

Browse files
committed
Update to version 1.3.1 (commit message fix)
An "empty" commit so that on GitHub it shows the correct version on the side of files. This should help avoiding user confusion about the latest version. Commit with wrong name: b9baa57
1 parent b9baa57 commit 78a536e

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Version 1.3.1
2-
* Support relocation of libraries compiled for Java up to 23
3-
* Updated libraries used by Libby
1+
### Version 1.3.1
2+
* Support relocation of libraries compiled for Java up to 23
3+
* Updated libraries used by Libby
44

55
### Version 1.3.0
66
* Support for snapshot libraries ([GH-20](https://github.com/AlessioDP/libby/pull/20))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Firstly, add the maven artifact to your `pom.xml`
4141
<artifactId>libby-bukkit</artifactId> <!-- Replace bukkit if you're using another platform -->
4242
<version>1.3.1</version>
4343
</dependency>
44-
```
44+
```
4545

4646
Remember to **always** relocate Libby to avoid conflicts
4747
```xml

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.1</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.1</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.1</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.1</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.1</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.1</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.1</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.1</version>
10+
<version>1.3.1</version>
1111
</parent>
1212

1313
<artifactId>libby-velocity</artifactId>

0 commit comments

Comments
 (0)