From aa8c4f18ccbe1fd86e8da851aaa5b56d272e87a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 27 Sep 2011 06:58:08 +0200 Subject: [PATCH 1/1] Set version to 0.0.8. --- pom.xml | 2 +- src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4ea2a5b..fce9839 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus WoTNS - 0.0.7 + 0.0.8 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 ff8f57a..abbdea5 100644 --- a/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java +++ b/src/main/java/net/pterodactylus/wotns/main/WoTNSPlugin.java @@ -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; -- 2.7.4