diff --git a/package-lock.json b/package-lock.json index 6ac2d28..2bb43e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ah-next-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ah-next-plugin", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^27.0.1", diff --git a/package.json b/package.json index aefda8e..78274d2 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": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=12.0.0" },