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 .jscsrc
.travis.yml .travis.yml
bower.json bower.json
CHANGELOG.md
Gulpfile.js Gulpfile.js
LICENSE LICENSE
README.md README.md
CHANGELOG.md
/test/ /test/

View File

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

View File

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