From 2280034dde72cfdb65fe258c2120c901fd84f314 Mon Sep 17 00:00:00 2001 From: Pieter Vlasblom Date: Sun, 24 Jul 2016 06:42:51 +0200 Subject: [PATCH] Bump version up to 0.3.10 to reflect minor string changes. --- pom.xml | 2 +- src/main/resources/example_config.yml | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bc08c7f..b2ff2fa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.imaginarycode.minecraft RedisBungee - 0.3.9-SNAPSHOT + 0.3.10 diff --git a/src/main/resources/example_config.yml b/src/main/resources/example_config.yml index a597f9c..e090bbc 100644 --- a/src/main/resources/example_config.yml +++ b/src/main/resources/example_config.yml @@ -1,5 +1,5 @@ # RedisBungee configuration file. -# PLEASE READ THE WIKI: http://minecraft.imaginarycode.com/ +# PLEASE READ THE WIKI: https://github.com/minecrafter/RedisBungee/wiki # The Redis server you use. # Get Redis from http://redis.io/ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 5ef8da5..a5630e1 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: RedisBungee main: com.imaginarycode.minecraft.redisbungee.RedisBungee -version: 0.3.9-SNAPSHOT +version: 0.3.10 author: tuxed # This is used so that we can automagically override default BungeeCord behavior. softDepends: ["cmd_find", "cmd_list"] \ No newline at end of file