diff --git a/package-lock.json b/package-lock.json index cf1a6db..8882ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "DemoApp", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.1", + "version": "0.1.2", "license": "UNLICENSED", "dependencies": { "tailwind-css-extensions": "^1.0.0" diff --git a/package.json b/package.json index 34bc7f4..92b2f1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "license": "UNLICENSED", "private": true, - "version": "0.1.1", + "version": "0.1.2", "engines": { "node": "16.x" },