Skip to content

Commit

Permalink
Update to version 1.3.1 (commit message fix)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
frengor committed Jul 1, 2024
1 parent b9baa57 commit 78a536e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Version 1.3.1
* Support relocation of libraries compiled for Java up to 23
* Updated libraries used by Libby
### 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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Firstly, add the maven artifact to your `pom.xml`
<artifactId>libby-bukkit</artifactId> <!-- Replace bukkit if you're using another platform -->
<version>1.3.1</version>
</dependency>
```
```

Remember to **always** relocate Libby to avoid conflicts
```xml
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.1</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.1</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.1</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.1</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.1</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.1</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.1</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.1</version>
<version>1.3.1</version>
</parent>

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

0 comments on commit 78a536e

Please # to comment.