Change version number to 0.9.5
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 11 Jul 2016 17:54:38 +0000 (19:54 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 11 Jul 2016 17:54:42 +0000 (19:54 +0200)
pom.xml
src/main/java/net/pterodactylus/sone/main/SonePlugin.java

diff --git a/pom.xml b/pom.xml
index b20d3de..1799801 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>sone</artifactId>
-       <version>0.9.4</version>
+       <version>0.9.5</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index af90ca3..a208fd1 100644 (file)
@@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
        }
 
        /** The version. */
        }
 
        /** The version. */
-       public static final Version VERSION = new Version(0, 9, 4);
+       public static final Version VERSION = new Version(0, 9, 5);
 
        /** The current year at time of release. */
        private static final int YEAR = 2016;
 
        /** The current year at time of release. */
        private static final int YEAR = 2016;