diff --git a/package-lock.json b/package-lock.json index e5b58c6..e41cdae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cto.af/linewrap", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cto.af/linewrap", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@cto.af/linebreak": "1.1.1", diff --git a/package.json b/package.json index 5e62dfd..b46d6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cto.af/linewrap", - "version": "1.0.3", + "version": "1.0.4", "description": "Wrap lines using the Unicode Line Breaking algorithm from UAX #14", "main": "lib/index.js", "type": "module",