diff --git a/package-lock.json b/package-lock.json index 61475e8..ae1f7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "wp-data-dashboard", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "0.0.7", + "version": "0.0.8", "license": "UNLICENSED", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index d1439b8..eae551a 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,5 @@ "start": "composer install && npm install && npm run build && npm run serve", "version": "composer run update-version && git add -A" }, - "version": "0.0.7" + "version": "0.0.8" }