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