From: David ‘Bombe’ Roden Date: Thu, 30 Dec 2010 22:11:31 +0000 (+0100) Subject: Set version to 0.3.6.1. X-Git-Tag: 0.3.6.1^2 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=bb35521b3ef528d6ea2b1d749dc585a095e65f23;ds=sidebyside Set version to 0.3.6.1. --- diff --git a/pom.xml b/pom.xml index 640c1e4..1e8776b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.3.6 + 0.3.6-1 net.pterodactylus diff --git a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java index e5b6482..5553574 100644 --- a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java +++ b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java @@ -78,7 +78,7 @@ public class SonePlugin implements FredPlugin, FredPluginL10n, FredPluginBaseL10 } /** The version. */ - public static final Version VERSION = new Version(0, 3, 6); + public static final Version VERSION = new Version(0, 3, 6, 1); /** The logger. */ private static final Logger logger = Logging.getLogger(SonePlugin.class);