Merge branch 'release/0.9-rc1' into next
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 16 Jun 2015 16:43:56 +0000 (18:43 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 16 Jun 2015 16:43:56 +0000 (18:43 +0200)
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 67e29c9..139d3c1 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.9</version>
+       <version>0.9-rc1</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index 0763c24..85c5841 100644 (file)
@@ -54,7 +54,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 = 62;
+       private static final int LATEST_EDITION = 65;
 
        /** The event bus. */
        private final EventBus eventBus;
index 2970269..392cc40 100644 (file)
@@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 8, 9);
+       public static final Version VERSION = new Version("rc1", 0, 9);
 
        /** The logger. */
        private static final Logger logger = getLogger("Sone.Plugin");