From: David ‘Bombe’ Roden Date: Fri, 27 Nov 2015 06:13:21 +0000 (+0100) Subject: Set version to 0.9.4 X-Git-Tag: 0.9.4^2~1 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=8f95deeb519471f8156aa1112f4a52d3dab4e9ea Set version to 0.9.4 --- diff --git a/pom.xml b/pom.xml index 13937ce..2ca12c0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.9.3 + 0.9.4 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 b1c0382..c653cc8 100644 --- a/src/main/java/net/pterodactylus/sone/main/SonePlugin.java +++ b/src/main/java/net/pterodactylus/sone/main/SonePlugin.java @@ -116,7 +116,7 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr } /** The version. */ - public static final Version VERSION = new Version(0, 9, 3); + public static final Version VERSION = new Version(0, 9, 4); /** The current year at time of release. */ private static final int YEAR = 2015;