Merge branch 'master' into next
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 27 Feb 2014 21:04:45 +0000 (22:04 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 27 Feb 2014 21:04:45 +0000 (22:04 +0100)
pom.xml
src/main/java/net/pterodactylus/sone/core/UpdateChecker.java
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

diff --git a/pom.xml b/pom.xml
index 5502401..7286872 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.8.7</version>
+       <version>0.8.8</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index e18c6d4..c9d07c3 100644 (file)
@@ -53,7 +53,7 @@ public class UpdateChecker {
        private static final String SONE_HOMEPAGE = "USK@nwa8lHa271k2QvJ8aa0Ov7IHAV-DFOCFgmDt3X6BpCI,DuQSUZiI~agF8c-6tjsFFGuZ8eICrzWCILB60nT8KKo,AQACAAE/sone/";
 
        /** The current latest known edition. */
-       private static final int LATEST_EDITION = 60;
+       private static final int LATEST_EDITION = 61;
 
        /** The event bus. */
        private final EventBus eventBus;
index e31bbf5..61095b1 100644 (file)
@@ -104,7 +104,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 8, 7);
+       public static final Version VERSION = new Version(0, 8, 8);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);