Set version to 0.0.7.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 17 Sep 2011 12:55:33 +0000 (14:55 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 17 Sep 2011 12:55:33 +0000 (14:55 +0200)
pom.xml
src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java

diff --git a/pom.xml b/pom.xml
index b101911..ed413f2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>WoTNS</artifactId>
-       <version>0.0.6</version>
+       <version>0.0.7</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index 99f9646..c495e71 100644 (file)
@@ -46,7 +46,7 @@ public class WoTNSPlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL1
                Logging.setupConsoleLogging();
        }
 
-       private static final Version VERSION = new Version(0, 0, 6);
+       private static final Version VERSION = new Version(0, 0, 7);
 
        private PluginRespirator pluginRespirator;