From a8648912bd3356b30d2ede9ef9f15d85e7909887 Mon Sep 17 00:00:00 2001 From: Nick Conde Date: Mon, 13 Feb 2017 02:08:48 -0800 Subject: [PATCH] Horray we're releasing version 8.3.0 because apparently I already uploaded 8.2.0 to ore and can't delete it --- build.gradle | 2 +- .../com/thevoxelbox/voxelsniper/VoxelSniperConfiguration.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 662ea4f9..11cc5c6d 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ defaultTasks 'build' group = 'com.thevoxelbox' archivesBaseName = 'VoxelSniper' -version = '8.2.0' +version = '8.3.0' sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/src/main/java/com/thevoxelbox/voxelsniper/VoxelSniperConfiguration.java b/src/main/java/com/thevoxelbox/voxelsniper/VoxelSniperConfiguration.java index 9a83df62..91e125c0 100644 --- a/src/main/java/com/thevoxelbox/voxelsniper/VoxelSniperConfiguration.java +++ b/src/main/java/com/thevoxelbox/voxelsniper/VoxelSniperConfiguration.java @@ -43,7 +43,7 @@ public class VoxelSniperConfiguration { public static final String PLUGIN_ID = "voxelsniper"; public static final String PLUGIN_NAME = "VoxelSniper"; - public static final String PLUGIN_VERSION = "8.2.0"; + public static final String PLUGIN_VERSION = "8.3.0"; public static final String PLUGIN_DESC = "Long range terrain editing"; // Constants