diff --git a/ModuleConfig.cfc b/ModuleConfig.cfc index 8aad951..0e956c4 100644 --- a/ModuleConfig.cfc +++ b/ModuleConfig.cfc @@ -16,7 +16,7 @@ component { this.author = "crutchcorn"; this.webURL = "https://github.com/crutchcorn/coldspa"; this.description = "Give your CFML a spa day. The Islands Architecture for ColdFusion."; - this.version = "0.3.0"; + this.version = "0.4.0"; this.autoMapping = true; this.entryPoint = "coldspa"; this.modelNamespace = "coldspa"; diff --git a/box.json b/box.json index facb728..f1ac13c 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"Coldspa", "slug":"coldspa", - "version":"0.3.0", + "version":"0.4.0", "author":"crutchcorn", "location":"ForgeboxStorage", "private":false, diff --git a/package-lock.json b/package-lock.json index 76fb6df..2bcf924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coldspa", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coldspa", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "bin": { "coldspa-ssr": "coldspa/vite/ssr-server.js" diff --git a/package.json b/package.json index d6c7a4d..7260931 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coldspa", - "version": "0.3.2", + "version": "0.4.0", "description": "Give your CFML a spa day. The Islands Architecture for ColdFusion.", "type": "module", "license": "MIT",