Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Feb 12, 2023
1 parent 9ef39b5 commit 9cb1c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.falsepattern</groupId>
<artifactId>jfunge</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>

<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/falsepattern/jfunge/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Globals {
public static final int MAJOR_VERSION = 1;
public static final int MINOR_VERSION = 1;
public static final int MINOR_VERSION = 2;
public static final int PATCH_VERSION = 0;
public static final int HANDPRINT = 0x74_70_85_78; //"JFUN"
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION;
Expand Down

0 comments on commit 9cb1c1a

Please sign in to comment.