Set version to 0.8.4.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 13 Oct 2012 08:12:19 +0000 (10:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 13 Oct 2012 08:12:19 +0000 (10:12 +0200)
pom.xml
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

diff --git a/pom.xml b/pom.xml
index bcc9946..3b894ae 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.3</version>
+       <version>0.8.4</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index 0f8ba97..5b28b85 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, 3);
+       public static final Version VERSION = new Version(0, 8, 4);
 
        /** The logger. */
        private static final Logger logger = Logging.getLogger(SonePlugin.class);