diff --git a/package-lock.json b/package-lock.json index bb41ad4..ca0a006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@reactizard/plain-ui", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@reactizard/plain-ui", - "version": "0.4.0", + "version": "0.5.0", "license": "ISC", "dependencies": { "@tabler/icons-react": "^2.22.0", diff --git a/package.json b/package.json index a419171..ef3f6a4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com/" }, - "version": "0.4.0", + "version": "0.5.0", "description": "A simple react tailwind UI component library", "scripts": { "build": "rollup -c --environment INCLUDE_DEPS,BUILD:production",