diff --git a/package-lock.json b/package-lock.json index 2c1e44b..77935f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-base-url", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "posthtml-base-url", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "is-url-superb": "^5.0.0", diff --git a/package.json b/package.json index 0a48528..f7f3760 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-base-url", "description": "PostHTML plugin for prepending a base string to attribute values.", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "PostHTML (https://github.com/posthtml)", "bugs": "https://github.com/posthtml/posthtml-base-url/issues",