v0.12.3 FCM bug test

This commit is contained in:
2026-03-23 10:11:07 -04:00
parent 15bc1d110e
commit de15d28d3a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "rosterchirp-backend",
"version": "0.11.26",
"description": "TeamChat backend server",
"version": "0.12.3",
"description": "RosterChirp backend server",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",

View File

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

View File

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