File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
main/java/dev/felnull/fnjl
test/java/dev/felnull/fnjltest
natives/src/main/java/dev/felnull/fnjln Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package dev .felnull .fnjl ;
22
33public class FNJLBuildIn {
4- protected static final String VERSION = "1.48 " ;
4+ protected static final String VERSION = "1.49 " ;
55}
Original file line number Diff line number Diff line change 22
33public class Main {
44 public static void main (String [] args ) throws Exception {
5-
5+
66 }
77}
Original file line number Diff line number Diff line change 11fnjl_group =dev.felnull
22fnjl_name =felnull-java-library
3- fnjl_version =1.48
3+ fnjl_version =1.49
Original file line number Diff line number Diff line change 11package dev .felnull .fnjln ;
22
33public class FNJLNBuildIn {
4- protected static final String VERSION = "1.48 " ;
4+ protected static final String VERSION = "1.49 " ;
55
66 protected static final int NATIVE_LIBRARY_VERSION = 1 ;
77}
You can’t perform that action at this time.
0 commit comments