diff --git a/package-lock.json b/package-lock.json index a3b1a8a..c5cf9de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ah-next-plugin", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ah-next-plugin", - "version": "0.5.5", + "version": "0.5.6", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^27.0.1", diff --git a/package.json b/package.json index 8380291..36ffd2e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "ah-next-plugin", "description": "For booting a Next.JS React application inside of Actionhero", "license": "Apache-2.0", - "version": "0.5.5", + "version": "0.5.6", "engines": { "node": ">=12.0.0" },