Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 6, 2015
1 parent 06d6e36 commit baf2514
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 24 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.1 (2015-04-06)
++++++++++++++++++

- support for TextMate2


1.0.0 (2015-04-05)
++++++++++++++++++

Expand Down
44 changes: 22 additions & 22 deletions 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.0</string>
<string>1.0.1</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -21,26 +21,26 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>NSPrincipalClass</key>
<string>WakaTime</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>4H1503</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D75</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0463</string>
<key>DTXcodeBuild</key>
<string>4H1503</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 WakaTime. All rights reserved.</string>
<key>TMPlugInAPIVersion</key>
<integer>2</integer>
<key>BuildMachineOSBuild</key>
<string>12E55</string>
<string>WakaTime</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>4H1503</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12D75</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0463</string>
<key>DTXcodeBuild</key>
<string>4H1503</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 WakaTime. All rights reserved.</string>
<key>TMPlugInAPIVersion</key>
<integer>2</integer>
<key>BuildMachineOSBuild</key>
<string>12E55</string>
</dict>
</plist>
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.0.tmplugin](https://github.com/wakatime/textmate-wakatime/releases/download/1.0.0/textmate-wakatime-v1.0.0.tmplugin.zip)
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)

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.0";
static NSString *VERSION = @"1.0.1";
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 baf2514

Please sign in to comment.