bump up version number + minor amendment to readme
This commit is contained in:
parent
1945c9dda0
commit
ff0777e220
@ -27,7 +27,7 @@ console.log(time); // will log 98718
|
||||
and can be as messy as you like:
|
||||
|
||||
```js
|
||||
var str = '1 d 3h 25 m 1 8s';
|
||||
var str = '1 d 3HOurS 25 min 1 8s';
|
||||
var time = str.parseTime();
|
||||
|
||||
console.log(time); // will log 98718
|
||||
|
@ -6,5 +6,5 @@
|
||||
"author" : "Mike Barrett <mike182uk@gmail.com",
|
||||
"repository" : {"type": "git", "url": "git://github.com/mike182uk/timestring.git"},
|
||||
"main" : "timestring.js",
|
||||
"version" : "1.0.0"
|
||||
"version" : "1.0.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user