diff --git a/package-lock.json b/package-lock.json index 4f718ae..0bc5b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@demouth/mb_strwidth", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@demouth/mb_strwidth", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.17.7", diff --git a/package.json b/package.json index 26ec1d3..d25e5f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@demouth/mb_strwidth", - "version": "2.0.1", + "version": "2.0.2", "description": "Calculates the width of a string, where halfwidth characters count as 1, and fullwidth characters count as 2.", "main": "dist/index.js", "module": "dist/index.es.js",