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 1
1
package dev .felnull .fnjl ;
2
2
3
3
public class FNJLBuildIn {
4
- protected static final String VERSION = "1.54 " ;
4
+ protected static final String VERSION = "1.55 " ;
5
5
}
Original file line number Diff line number Diff line change 2
2
3
3
public class Main {
4
4
public static void main (String [] args ) throws Exception {
5
-
5
+
6
6
}
7
7
}
Original file line number Diff line number Diff line change 1
1
fnjl_group =dev.felnull
2
2
fnjl_name =felnull-java-library
3
- fnjl_version =1.54
3
+ fnjl_version =1.55
Original file line number Diff line number Diff line change 1
1
package dev .felnull .fnjln ;
2
2
3
3
public class FNJLNBuildIn {
4
- protected static final String VERSION = "1.54 " ;
4
+ protected static final String VERSION = "1.55 " ;
5
5
6
6
protected static final int NATIVE_LIBRARY_VERSION = 1 ;
7
7
}
You can’t perform that action at this time.
0 commit comments