From 5f5b47b9ead9fe6db60d39d3b4032ebd6c4f3f90 Mon Sep 17 00:00:00 2001 From: Mikhail Lopatkin Date: Thu, 3 Nov 2011 14:56:31 +0900 Subject: [PATCH] Version 0.17.4 --- HISTORY | 3 +++ src/org/bitbucket/mlopatkin/android/logviewer/Main.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 4b9a5c89..73a89565 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/src/org/bitbucket/mlopatkin/android/logviewer/Main.java b/src/org/bitbucket/mlopatkin/android/logviewer/Main.java index e09d3b28..1c5bb95b 100644 --- a/src/org/bitbucket/mlopatkin/android/logviewer/Main.java +++ b/src/org/bitbucket/mlopatkin/android/logviewer/Main.java @@ -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;