v0.12.37 bumped build number

This commit is contained in:
2026-03-29 10:41:21 -04:00
parent 2dffeb1fde
commit cfb351a251
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rosterchirp-backend",
"version": "0.12.36",
"version": "0.12.37",
"description": "RosterChirp backend server",
"main": "src/index.js",
"scripts": {

View File

@@ -13,7 +13,7 @@
# ─────────────────────────────────────────────────────────────
set -euo pipefail
VERSION="${1:-0.12.36}"
VERSION="${1:-0.12.37}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="rosterchirp"

View File

@@ -1,6 +1,6 @@
{
"name": "rosterchirp-frontend",
"version": "0.12.36",
"version": "0.12.37",
"private": true,
"scripts": {
"dev": "vite",