set correct version

This commit is contained in:
Michael Barrett 2015-05-01 11:08:24 +01:00
parent f7dd41b765
commit 1396e519a2
3 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
.jscsrc
.travis.yml
bower.json
CHANGELOG.md
Gulpfile.js
LICENSE
README.md
CHANGELOG.md
/test/

View File

@ -1,7 +1,7 @@
{
"name": "timestring",
"main": "dist/timestring.js",
"version": "2.0.0",
"version": "1.1.1",
"description": "Parse a human readable time string into a time based value",
"homepage": "https://github.com/mike182uk/timestring",
"authors": [

View File

@ -8,7 +8,7 @@
"url": "git://github.com/mike182uk/timestring.git"
},
"main": "dist/timestring.js",
"version": "2.0.0",
"version": "1.1.1",
"devDependencies": {
"chai": "^2.3.0",
"del": "^1.1.1",