mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-20 07:19:16 +00:00
Bump version number
This commit is contained in:
@@ -11,7 +11,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group 'me.William278'
|
group 'me.William278'
|
||||||
version '1.2.2'
|
version '1.3'
|
||||||
|
|
||||||
compileJava { options.encoding = 'UTF-8' }
|
compileJava { options.encoding = 'UTF-8' }
|
||||||
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
|
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ import static me.william278.husksync.HuskSyncVelocity.VERSION;
|
|||||||
public class HuskSyncVelocity {
|
public class HuskSyncVelocity {
|
||||||
|
|
||||||
// Plugin version
|
// Plugin version
|
||||||
public static final String VERSION = "1.2.2";
|
public static final String VERSION = "1.3";
|
||||||
|
|
||||||
// Velocity bStats ID (different from Bukkit and BungeeCord)
|
// Velocity bStats ID (different from Bukkit and BungeeCord)
|
||||||
private static final int METRICS_ID = 13489;
|
private static final int METRICS_ID = 13489;
|
||||||
|
|||||||
Reference in New Issue
Block a user