diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-09 13:54:56 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-09 13:54:56 +0300 |
commit | c18a623040bfb6995ecea7fbfccfe9eb8301e522 (patch) | |
tree | 85bde2afd08fd2506e2225b07312f6d99f91554f | |
parent | 35bc2b8f466a5383ea53d323979ff8fbaf93b5b0 (diff) | |
download | git-hours-c18a623040bfb6995ecea7fbfccfe9eb8301e522.zip git-hours-c18a623040bfb6995ecea7fbfccfe9eb8301e522.tar.gz git-hours-c18a623040bfb6995ecea7fbfccfe9eb8301e522.tar.bz2 |
Release 0.1.50.1.5
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ba8780b..a5c88a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-hours", - "version": "0.1.4", + "version": "0.1.5", "description": "Calculate time spent on a git repository", "main": "index.js", "scripts": { |