diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml
index bf6e50a1..d3de2ab0 100644
--- a/ProtocolLib/pom.xml
+++ b/ProtocolLib/pom.xml
@@ -3,7 +3,7 @@
4.0.0
ProtocolLib
ProtocolLib
- 3.6.5
+ 3.6.6-SNAPSHOT
Provides read/write access to the Minecraft protocol.
http://www.spigotmc.org/resources/protocollib.1997/
@@ -229,7 +229,7 @@
dmulloy2
Dan Mulloy
- http://shadowvolt.com/
+ http://dmulloy2.net/
developer
maintainer
diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml
index 04372b6b..87c10a68 100644
--- a/ProtocolLib/src/main/resources/plugin.yml
+++ b/ProtocolLib/src/main/resources/plugin.yml
@@ -1,6 +1,5 @@
name: ProtocolLib
-#version: ${project.version}${project.build.number}
-version: ${project.version}
+version: ${project.version}${project.build.number}
description: Provides read/write access to the Minecraft protocol.
authors: [dmulloy2, comphenix]
diff --git a/Readme.md b/Readme.md
index c5f4fa47..c36ce85f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
com.comphenix.protocol
ProtocolLib
- 3.6.4
+ 3.6.5
````
diff --git a/modules/v1_7_R4/pom.xml b/modules/v1_7_R4/pom.xml
index eccd78cf..5f935c18 100644
--- a/modules/v1_7_R4/pom.xml
+++ b/modules/v1_7_R4/pom.xml
@@ -3,7 +3,7 @@
4.0.0
ProtocolLib-v1_7_R4
ProtocolLib-v1_7_R4
- 3.6.5
+ 3.6.6-SNAPSHOT
Provides read/write access to the Minecraft protocol.
http://www.spigotmc.org/resources/protocollib.1997/