Merge branch 'master' into next
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 26 Oct 2016 16:52:52 +0000 (18:52 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 26 Oct 2016 16:52:52 +0000 (18:52 +0200)
build.gradle
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

index e8a5051..9221dd3 100644 (file)
@@ -1,5 +1,5 @@
 group = 'net.pterodactylus'
-version = '0.9.5'
+version = '0.9.6'
 
 buildscript {
     repositories {
index f3e8dfc..61bd6ce 100644 (file)
@@ -116,12 +116,12 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       private static final Version VERSION = new Version(0, 9, 5);
+       private static final Version VERSION = new Version(0, 9, 6);
 
        /** The current year at time of release. */
        private static final int YEAR = 2016;
        private static final String SONE_HOMEPAGE = "USK@nwa8lHa271k2QvJ8aa0Ov7IHAV-DFOCFgmDt3X6BpCI,DuQSUZiI~agF8c-6tjsFFGuZ8eICrzWCILB60nT8KKo,AQACAAE/sone/";
-       private static final int LATEST_EDITION = 72;
+       private static final int LATEST_EDITION = 73;
 
        /** The logger. */
        private static final Logger logger = getLogger(SonePlugin.class.getName());