Set version to 0.0.3.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 16 Sep 2011 09:13:39 +0000 (11:13 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 16 Sep 2011 09:13:39 +0000 (11:13 +0200)
pom.xml
src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java

diff --git a/pom.xml b/pom.xml
index 0d867e6..37e947e 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.3-SNAPSHOT</version>
+       <version>0.0.3</version>
        <dependencies>
                <dependency>
                        <groupId>net.pterodactylus</groupId>
index f08239e..f24afc7 100644 (file)
@@ -46,7 +46,7 @@ public class WoTNSPlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL1
                Logging.setupConsoleLogging();
        }
 
-       private static final Version VERSION = new Version(0, 0, 2);
+       private static final Version VERSION = new Version(0, 0, 3);
 
        private PluginRespirator pluginRespirator;