diff --git a/README.md b/README.md index ab43351..345d937 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Parse user-provided durations or timestamps (in decimal or hh:mm format) and get In your project's directory, run: ``` -npm install git+https://github.com/harvesthq/hour-parser.git#v2.0.0 +npm install git+https://github.com/harvesthq/hour-parser.git#v2.1.0 ``` ## Usage diff --git a/package.json b/package.json index 758a43b..6a0e246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hour-parser", - "version": "2.0.0", + "version": "2.1.0", "description": "Parse user-provided timestamp input and get nice output", "main": "index.js", "types": "index.d.ts",