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", "name": "rosterchirp-backend",
"version": "0.11.26", "version": "0.12.3",
"description": "TeamChat backend server", "description": "RosterChirp backend server",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"start": "node src/index.js", "start": "node src/index.js",

View File

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

View File

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