diff --git a/package-lock.json b/package-lock.json index 13a460b..c60932b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ah-next-plugin", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ah-next-plugin", - "version": "1.0.4", + "version": "1.0.5", "license": "Apache-2.0", "dependencies": { "@types/glob": "^8.0.0" diff --git a/package.json b/package.json index e882289..309726f 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.4", + "version": "1.0.5", "engines": { "node": ">=12.0.0" },