From 97cfe2f00599b3148dfc3cfafc80917359855377 Mon Sep 17 00:00:00 2001 From: _Kerman Date: Mon, 31 Jan 2022 17:40:00 +0800 Subject: [PATCH] increase version number to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7af9f0..e453365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodeliketty-testimpl", - "version": "1.0.0", + "version": "1.0.1", "description": "An Impl of nodeliketty for test.", "main": "build/index.js", "types": "build/index.d.ts",