Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Aug 9, 2013
1 parent 7860db1 commit 5804002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WakaTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Website: https://www.wakati.me/
==========================================================="""

__version__ = '0.4.1'
__version__ = '0.4.2'

import sublime
import sublime_plugin
Expand Down
6 changes: 3 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description": "Automatic time tracking for Sublime Text 2 & 3",
"author": "wakati.me",
"homepage": "https://github.com/wakatime/sublime-wakatime",
"last_modified": "2013-08-08 09:44",
"last_modified": "2013-08-09 02:22",
"platforms": {
"*": [
{
"version": "0.4.1",
"url": "https://codeload.github.com/wakatime/sublime-wakatime/zip/0.4.1"
"version": "0.4.2",
"url": "https://codeload.github.com/wakatime/sublime-wakatime/zip/0.4.2"
}
]
}
Expand Down

0 comments on commit 5804002

Please sign in to comment.