missed files in last update

This commit is contained in:
2026-03-21 19:08:15 -04:00
parent c71abc67b8
commit e2cff3180e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "jama-backend",
"version": "0.11.11",
"version": "0.11.12",
"description": "TeamChat backend server",
"main": "src/index.js",
"scripts": {

View File

@@ -13,7 +13,7 @@
# ─────────────────────────────────────────────────────────────
set -euo pipefail
VERSION="${1:-0.11.11}"
VERSION="${1:-0.11.12}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="jama"

View File

@@ -1,6 +1,6 @@
{
"name": "jama-frontend",
"version": "0.11.11",
"version": "0.11.12",
"private": true,
"scripts": {
"dev": "vite",