Skip to content

Commit 73e38ee

Browse files
authored
V1.1.0
Version 1.1.0
2 parents ad31e98 + c47cdf5 commit 73e38ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.1</version>
9+
<version>1.1.0</version>
1010

1111
<properties>
1212
<java.version>8</java.version>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.falsepattern.jfunge;
22

33
public class Globals {
4-
public static final String VERSION = "1.0.1";
5-
public static final int FUNGE_VERSION = 1 * 256 * 256 + 0 * 256 + 1;
4+
public static final String VERSION = "1.1.0";
5+
public static final int FUNGE_VERSION = 1 * 256 * 256 + 1 * 256 + 0;
66
public static final int HANDPRINT = 0x74_70_85_78; //"JFUN"
77
}

0 commit comments

Comments
 (0)