From 9caafdc34e42f3ac271cf6e8edd35470a777b2b6 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Mon, 4 May 2026 04:12:47 -0700 Subject: [PATCH] release: bump to 0.2.0 --- ModuleConfig.cfc | 2 +- box.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ModuleConfig.cfc b/ModuleConfig.cfc index d39c9e2..84103e7 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.1.0"; + this.version = "0.2.0"; this.autoMapping = true; this.entryPoint = "coldspa"; this.modelNamespace = "coldspa"; diff --git a/box.json b/box.json index 2cd7707..62fbac3 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"Coldspa", "slug":"coldspa", - "version":"0.1.0", + "version":"0.2.0", "author":"crutchcorn", "location":"ForgeboxStorage", "private":false, diff --git a/package-lock.json b/package-lock.json index 12a2487..79d7530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coldspa", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coldspa", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "bin": { "coldspa-ssr": "coldspa/vite/ssr-server.js" diff --git a/package.json b/package.json index 030771a..0fe825a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coldspa", - "version": "0.1.0", + "version": "0.2.0", "description": "Give your CFML a spa day. The Islands Architecture for ColdFusion.", "type": "module", "license": "MIT", -- 2.51.2