From 07e949b6dec395f26fd08f8e074eb55962bfcc1a Mon Sep 17 00:00:00 2001 From: azu Date: Sat, 7 Jan 2023 22:28:06 +0900 Subject: [PATCH] 2.0.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44d54a1..0673db4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boundary", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "boundary", - "version": "1.0.1", + "version": "2.0.0", "license": "BSD-2-Clause", "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/package.json b/package.json index c96e461..f88c66a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boundary", - "version": "1.0.1", + "version": "2.0.0", "description": "Provides boundary functions, (upper-bound and lower-bound).", "keywords": [ "algorithm" @@ -42,4 +42,4 @@ "typescript": "^4.9.4" }, "packageManager": "npm@8.19.2" -} \ No newline at end of file +}