diff options
author | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-09 18:27:01 +0300 |
---|---|---|
committer | Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> | 2014-07-09 18:27:01 +0300 |
commit | 2031b2345fadfdbd3a5f12e2d9db671d855f28c2 (patch) | |
tree | 72b893998663ee9ac69e96c489f8253998dda99b | |
parent | 23ad7f895f01412b52cf930026348f3ed8610ffe (diff) | |
download | git-hours-2031b2345fadfdbd3a5f12e2d9db671d855f28c2.zip git-hours-2031b2345fadfdbd3a5f12e2d9db671d855f28c2.tar.gz git-hours-2031b2345fadfdbd3a5f12e2d9db671d855f28c2.tar.bz2 |
Release 0.1.60.1.6
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a5c88a8..829e4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-hours", - "version": "0.1.5", + "version": "0.1.6", "description": "Calculate time spent on a git repository", "main": "index.js", "scripts": { |