v0.12.52 version bump

This commit is contained in:
2026-04-02 18:16:23 -04:00
parent ae47f66ef5
commit 4df92752bb
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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