From 75317a2e1dc0879dded16e03321eafbf9a469ea4 Mon Sep 17 00:00:00 2001 From: Kayla Kremer Date: Wed, 12 Jul 2023 13:34:35 -0400 Subject: [PATCH] chore: update version number --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",