From: David ‘Bombe’ Roden Date: Fri, 16 Sep 2011 14:29:30 +0000 (+0200) Subject: Set version to 0.0.5. X-Git-Tag: 0.0.5^2 X-Git-Url: https://git.pterodactylus.net/?p=WoTNS.git;a=commitdiff_plain;h=1d5867bbad7471b56e96c143a9d2c35161813b0b Set version to 0.0.5. --- diff --git a/pom.xml b/pom.xml index 442de94..01952d3 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus WoTNS - 0.0.4 + 0.0.5 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 7bb6e89..f25fa70 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, 4); + private static final Version VERSION = new Version(0, 0, 5); private PluginRespirator pluginRespirator;