v0.12.38 version bump

This commit is contained in:
2026-03-29 13:26:26 -04:00
parent c0cd5664e7
commit 3c52b60907
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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