Skip to content

Commit 9211da6

Browse files
author
jython234
committed
Bump the version to 1.0.1
1 parent f1f5e25 commit 9211da6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.beaconpe.jraklib</groupId>
88
<artifactId>JRakLib</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010

1111
<distributionManagement>
1212
<snapshotRepository>

src/main/java/net/beaconpe/jraklib/JRakLib.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All credit goes to the PocketMine Project (http://pocketmine.net)
2828
* JRakLib Constants Class.
2929
*/
3030
public abstract class JRakLib {
31-
public static final String VERSION = "1.0";
31+
public static final String VERSION = "1.0.1";
3232
public static final byte PROTOCOL = 6;
3333
public static final byte[] MAGIC = new byte[]{
3434
0x00, (byte) 0xff, (byte) 0xff, 0x00,

0 commit comments

Comments
 (0)