diff --git a/package-lock.json b/package-lock.json index 0171f46..02c994b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@karmaniverous/metastructure", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@karmaniverous/metastructure", - "version": "0.1.0", + "version": "0.1.1", "license": "BSD-3-Clause", "dependencies": { "@karmaniverous/handlebars": "^0.2.0", diff --git a/package.json b/package.json index 900ca0b..8b7a349 100644 --- a/package.json +++ b/package.json @@ -130,5 +130,5 @@ }, "type": "module", "types": "dist/index.d.ts", - "version": "0.1.0" + "version": "0.1.1" }