diff --git a/package-lock.json b/package-lock.json index 0af79d1..63387ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wisely", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wisely", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.10.0", diff --git a/package.json b/package.json index 977bbe4..b8af878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wisely", - "version": "0.1.0", + "version": "0.1.1", "description": "Obfuscating text or phrases with random uncommon characters to avoid banning.", "type": "module", "main": "dist/index.js",