Set version to 0.9.4
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 27 Nov 2015 06:13:21 +0000 (07:13 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 27 Nov 2015 06:13:21 +0000 (07:13 +0100)
pom.xml
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

diff --git a/pom.xml b/pom.xml
index 13937ce..2ca12c0 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.9.3</version>
+       <version>0.9.4</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index b1c0382..c653cc8 100644 (file)
@@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 9, 3);
+       public static final Version VERSION = new Version(0, 9, 4);
 
        /** The current year at time of release. */
        private static final int YEAR = 2015;