Skip to content

Commit 9cb1c1a

Browse files
committed
bump version
1 parent 9ef39b5 commit 9cb1c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.falsepattern</groupId>
88
<artifactId>jfunge</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0</version>
1010

1111
<properties>
1212
<java.version>17</java.version>

Diff for: src/main/java/com/falsepattern/jfunge/Globals.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Globals {
44
public static final int MAJOR_VERSION = 1;
5-
public static final int MINOR_VERSION = 1;
5+
public static final int MINOR_VERSION = 2;
66
public static final int PATCH_VERSION = 0;
77
public static final int HANDPRINT = 0x74_70_85_78; //"JFUN"
88
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION;

0 commit comments

Comments
 (0)