Skip to content

Commit

Permalink
Bump version up to 0.3.10 to reflect minor string changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Vlasblom committed Jul 24, 2016
1 parent 6f3a882 commit 2280034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/example_config.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 2280034

Please sign in to comment.