Skip to content

Commit 29be7c7

Browse files
committed
Added 3.3.1 changelog
1 parent 773f13d commit 29be7c7

File tree

3 files changed

+347
-3
lines changed

3 files changed

+347
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

src/main/java/com/laytonsmith/core/functions/Exceptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)