diff options
author | Piero Blunda <pieroblunda@gmail.com> | 2015-09-20 03:16:13 -0300 |
---|---|---|
committer | Piero Blunda <pieroblunda@gmail.com> | 2015-09-20 03:16:13 -0300 |
commit | e1f08cdfd8f660bbc5f59221ed7ad4b4d7c07d7e (patch) | |
tree | 9f0da65aa648aeaa69a09ab843a8c9426751a10e | |
parent | 02dd0fdf2acb53bfa653b87f1f4014c00c4dac8b (diff) | |
download | git-hours-e1f08cdfd8f660bbc5f59221ed7ad4b4d7c07d7e.zip git-hours-e1f08cdfd8f660bbc5f59221ed7ad4b4d7c07d7e.tar.gz git-hours-e1f08cdfd8f660bbc5f59221ed7ad4b4d7c07d7e.tar.bz2 |
Updating version
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3b8cb59..49c5143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-hours", - "version": "1.0.0", + "version": "1.1.0", "description": "Estimate time spent on a git repository", "main": "index.js", "scripts": { |