Skip to content

Commit 98955fa

Browse files
author
Benjamin Linard
committed
+ new release + changelog updated
1 parent 1535e5f commit 98955fa

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.21
2+
- removed dependancies to Guava and Jfreechart, which were related to outdated debug functions
3+
14
v1.20
25

36
+ project configuration migration from Netbeans to IntelliJ IDEA

src/main_v2/Main_v2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
public class Main_v2 {
2222

23-
private final static String consoleVersion="1.20";
23+
private final static String consoleVersion="1.21";
2424

2525
public static void main (String[] args) {
2626
try {

0 commit comments

Comments
 (0)