Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 7, 2015
1 parent 426cbcf commit 98b81c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion WakaTime.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 98b81c9

Please sign in to comment.