Merge branch 'master' into next
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 8 Oct 2012 12:32:50 +0000 (14:32 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 8 Oct 2012 12:32:50 +0000 (14:32 +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 9e6fda9..bcc9946 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,12 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.8.2</version>
+       <version>0.8.3</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
                        <artifactId>utils</artifactId>
-                       <version>0.12.2-SNAPSHOT</version>
+                       <version>0.12.2</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
index 003e276..3325cd5 100644 (file)
@@ -49,7 +49,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 = 49;
+       private static final int LATEST_EDITION = 54;
 
        /** The Freenet interface. */
        private final FreenetInterface freenetInterface;
index dcd9964..0f8ba97 100644 (file)
@@ -84,7 +84,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 8, 2);
+       public static final Version VERSION = new Version(0, 8, 3);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);