Skip to content

Commit

Permalink
Version 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopatkin committed Nov 3, 2011
1 parent d25f893 commit 5f5b47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
version 0.17.4
[+] Ctrl+R now resets logs

version 0.17.3
[*] Fixed classpath issue if the path to the bat file contains spaces
[*] Fixed exception when viewing logs after the device was disconnected
Expand Down
2 changes: 1 addition & 1 deletion src/org/bitbucket/mlopatkin/android/logviewer/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class Main {
private static final Logger logger = Logger.getLogger(Main.class);

public static final String APP_VERSION = "0.17.3";
public static final String APP_VERSION = "0.17.4";

private DataSource initialSource;
private MainFrame window;
Expand Down

0 comments on commit 5f5b47b

Please sign in to comment.