Bump version up to 0.3.10 to reflect minor string changes.

This commit is contained in:
Pieter Vlasblom 2016-07-24 06:42:51 +02:00
parent 6f3a882fa2
commit 2280034dde
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee</artifactId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.10</version>
<repositories>
<repository>

View File

@ -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/

View File

@ -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"]