Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Dec 5, 2016
1 parent c594137 commit 913a5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jadx-gui/src/main/java/jadx/gui/settings/JadxSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class JadxSettings extends JadxCLIArgs {
private String lastOpenFilePath = USER_HOME;
private String lastSaveFilePath = USER_HOME;
private boolean flattenPackage = false;
private boolean checkForUpdates = true;
private boolean checkForUpdates = false;
private List<String> recentFiles = new ArrayList<String>();
private String fontStr = "";
private boolean autoStartJobs = true;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1-dev
0.6.1

0 comments on commit 913a5b5

Please sign in to comment.