Bump version number

feat/data-edit-commands
William 3 years ago
parent 56ecb7f76a
commit 804f156027

@ -11,7 +11,7 @@ plugins {
allprojects {
group 'me.William278'
version '1.3.1'
version '1.3.2'
compileJava { options.encoding = 'UTF-8' }
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }

@ -44,7 +44,7 @@ import static me.william278.husksync.HuskSyncVelocity.VERSION;
public class HuskSyncVelocity {
// Plugin version
public static final String VERSION = "1.3.1";
public static final String VERSION = "1.3.2";
// Velocity bStats ID (different from Bukkit and BungeeCord)
private static final int METRICS_ID = 13489;

Loading…
Cancel
Save