2
0
Эх сурвалжийг харах

Back to active development

nossr50 13 жил өмнө
parent
commit
e94473b21b
2 өөрчлөгдсөн 5 нэмэгдсэн , 3 устгасан
  1. 4 2
      Changelog.txt
  2. 1 1
      pom.xml

+ 4 - 2
Changelog.txt

@@ -1,6 +1,8 @@
 Changelog:
 #Versions without changelogs probably had very small misc fixes, like tweaks to the source code
-
+Version 2.0-dev
+ - Fixed /mcability not respecting permissions
+ 
 Version 1.2.12
  - Fixed issue that caused terrible MySQL performance and negative XP on levelup (Issue #134)
  - Fixed addxp command taking xprate and skill modifiers into account
@@ -11,7 +13,7 @@ Version 1.2.12
  - Fixed error with Skull Splitter / Serrated Strikes that caused server instability and log spam
  - Fixed config.yml not having values for End Stone & other new mining blocks
  - Fixed Green Thumb/Green Terra not correctly planting wheat (Issue #133)
- - Fixed /mcability not respecting permissions
+
 
 Version 1.2.11
  - Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO)

+ 1 - 1
pom.xml

@@ -121,5 +121,5 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-    <version>1.2.12</version>
+    <version>2.0.00-dev</version>
 </project>