Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylakremer committed Jul 12, 2023
1 parent 41f8ba5 commit 75317a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 75317a2

Please sign in to comment.