From 4aa72c270c52fac1dd2ab28433b9036e09bf6c31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 18 Jul 2015 21:29:04 +0200 Subject: [PATCH] Set version to 0.9.1 --- pom.xml | 2 +- src/main/java/net/pterodactylus/sone/main/SonePlugin.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 048b777..b5a7c8b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus sone - 0.9 + 0.9.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 c5620f6..d7f642b 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); + public static final Version VERSION = new Version(0, 9, 1); /** The current year at time of release. */ private static final int YEAR = 2015; -- 2.7.4