File tree Expand file tree Collapse file tree 3 files changed +347
-3
lines changed
java/com/laytonsmith/core/functions Expand file tree Collapse file tree 3 files changed +347
-3
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.sk89q</groupId >
55 <artifactId >commandhelper</artifactId >
6- <version >3.3.2 -SNAPSHOT</version >
6+ <version >3.3.1 -SNAPSHOT</version >
77 <name >CommandHelper</name >
88 <description >CommandHelper is a full blown scripting language built right into Minecraft</description >
99 <inceptionYear >2010</inceptionYear >
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ public String docs() {
490490
491491 @ Override
492492 public Version since () {
493- return CHVersion .V3_3_2 ;
493+ return CHVersion .V3_3_1 ;
494494 }
495495
496496 @ Override
@@ -594,7 +594,7 @@ public String docs() {
594594
595595 @ Override
596596 public Version since () {
597- return CHVersion .V3_3_2 ;
597+ return CHVersion .V3_3_1 ;
598598 }
599599
600600 }
You can’t perform that action at this time.
0 commit comments