diff --git a/HISTORY.rst b/HISTORY.rst index 872d7fb..9276660 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +1.0.2 (2015-04-07) +++++++++++++++++++ + +- fix installing dependencies by using correct shell location + + 1.0.1 (2015-04-06) ++++++++++++++++++ diff --git a/Info.plist b/Info.plist index b19176f..c3506f8 100644 --- a/Info.plist +++ b/Info.plist @@ -3,7 +3,7 @@ CFBundleVersion - 1.0.1 + 1.0.2 CFBundleDevelopmentRegion English CFBundleExecutable diff --git a/README.md b/README.md index c3d2306..54d7ce4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Fully automatic time tracking for TextMate. Installation ------------ -1. Download [textmate-wakatime-v1.0.1.tmplugin](https://github.com/wakatime/textmate-wakatime/releases/download/1.0.1/textmate-wakatime-v1.0.1.tmplugin.zip) +1. Download [textmate-wakatime-v1.0.2.tmplugin](https://github.com/wakatime/textmate-wakatime/releases/download/1.0.2/textmate-wakatime-v1.0.2.tmplugin.zip) 2. Unzip and open the downloaded tmplugin file to install the plugin in TextMate. diff --git a/WakaTime.mm b/WakaTime.mm index 9680e25..7582522 100644 --- a/WakaTime.mm +++ b/WakaTime.mm @@ -6,7 +6,7 @@ #import "WakaTime.h" #import "NSWindow+KKSwizzle.h" -static NSString *VERSION = @"1.0.1"; +static NSString *VERSION = @"1.0.2"; static NSString *TEXTMATE_VERSION = nil; static NSString *TEXTMATE_BUILD = nil; static NSString *WAKATIME_INSTALL_SCRIPT = @"Library/Application Support/TextMate/PlugIns/WakaTime.tmplugin/Contents/Resources/install_dependencies.sh";