From 5e2b90f2a22bb876eb869ac00f3fc64b3eb1539a Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 16 Apr 2025 13:01:28 -0400 Subject: [PATCH] version bump --- package-lock.json | 4 ++-- package.json | 2 +- version.d.ts | 2 +- version.js | 2 +- version.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a07b231..0b5b8095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sunrise-cms", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sunrise-cms", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "license": "MIT", "dependencies": { "@cityssm/bulma-js": "^0.5.0", diff --git a/package.json b/package.json index 0d019c83..f8841ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sunrise-cms", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "description": "Sunrise Cemetery Management System, a web-based application that allows cemetery managers to manage their cemetery records.", "exports": "./app.js", diff --git a/version.d.ts b/version.d.ts index 7eaf0207..97ea9051 100644 --- a/version.d.ts +++ b/version.d.ts @@ -1,2 +1,2 @@ -export declare const version = "1.0.0-alpha.4"; +export declare const version = "1.0.0-alpha.5"; export default version; diff --git a/version.js b/version.js index f890c8ca..ec97081b 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ -export const version = '1.0.0-alpha.4'; +export const version = '1.0.0-alpha.5'; export default version; diff --git a/version.ts b/version.ts index 2041ace1..c584f7b8 100644 --- a/version.ts +++ b/version.ts @@ -1,3 +1,3 @@ -export const version = '1.0.0-alpha.4' +export const version = '1.0.0-alpha.5' export default version