Set version to 0.0.8.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Sep 2011 04:58:08 +0000 (06:58 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 Sep 2011 04:58:08 +0000 (06:58 +0200)
pom.xml
src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java

diff --git a/pom.xml b/pom.xml
index 4ea2a5b..fce9839 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.7</version>
+       <version>0.0.8</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index ff8f57a..abbdea5 100644 (file)
@@ -69,7 +69,7 @@ public class WoTNSPlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL1
        }
 
        /** The current version of the plugin. */
-       private static final Version VERSION = new Version(0, 0, 7);
+       private static final Version VERSION = new Version(0, 0, 8);
 
        /** The plugin respirator. */
        private PluginRespirator pluginRespirator;