version bump

pull/11/head v1.0.0-alpha.2
Dan Gowans 2025-04-02 11:35:37 -04:00
parent 11a78a9bc5
commit 19178a025f
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "sunrise-cms",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sunrise-cms",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "MIT",
"dependencies": {
"@cityssm/bulma-js": "^0.5.0",

View File

@ -1,6 +1,6 @@
{
"name": "sunrise-cms",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"description": "Sunrise Cemetery Management System, a web-based application that allows cemetery managers to manage their cemetery records.",
"exports": "./app.js",

View File

@ -1,3 +1,3 @@
export const version = '1.0.0-alpha.1'
export const version = '1.0.0-alpha.2'
export default version