From: David ‘Bombe’ Roden Date: Fri, 16 Sep 2011 11:09:43 +0000 (+0200) Subject: Merge branch 'master' into next X-Git-Tag: 0.0.4^2~4 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=a51d81a2c923ae35acc68a11dfd345a1f88d978f;hp=83c0fe680b6212c66b7eecc9efaf12de96bffe16 Merge branch 'master' into next --- diff --git a/pom.xml b/pom.xml index 0d867e6..37e947e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus WoTNS - 0.0.3-SNAPSHOT + 0.0.3 net.pterodactylus diff --git a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java index f08239e..f24afc7 100644 --- a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java +++ b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java @@ -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;