Skip to content

Commit

Permalink
Update Utils.java
Browse files Browse the repository at this point in the history
Change version back to 3.4.1.  Previous change to 3.4.2 was not supposed to be in the master branch.
  • Loading branch information
mrmaxent authored Jul 18, 2020
1 parent 17f4021 commit 158d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion density/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ a copy of this software and associated documentation files (the

public class Utils {

static String version = "3.4.2";
static String version = "3.4.1";
static boolean interrupt=false, warnings=true;
public static boolean verbose=false, visible=true;
static JFrame topLevelFrame = null;
Expand Down

0 comments on commit 158d0ec

Please sign in to comment.