File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/falsepattern/jfunge Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.falsepattern</groupId >
88 <artifactId >jfunge</artifactId >
9- <version >0.2 .0</version >
9+ <version >0.3 .0</version >
1010
1111 <properties >
1212 <java .version>8</java .version>
Original file line number Diff line number Diff line change 11package com .falsepattern .jfunge ;
22
33public class Globals {
4- public static final String VERSION = "0.2 .0" ;
5- public static final int FUNGE_VERSION = 0 * 256 * 256 + 2 * 256 + 0 ;
4+ public static final String VERSION = "0.3 .0" ;
5+ public static final int FUNGE_VERSION = 0 * 256 * 256 + 3 * 256 + 0 ;
66 public static final int HANDPRINT = 0xfa15e9a7 ;
77 public static final String LICENSE = "JFunge - A standard-conforming Befunge-98 and Trefunge-98 interpreter\n " +
88 "Copyright (C) 2022 FalsePattern\n " +
You can’t perform that action at this time.
0 commit comments