diff --git a/.env.example b/.env.example index 54d9cbe..0720b9a 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ TZ=UTC # Copy this file to .env and customize # Image version to run (set by build.sh, or use 'latest') -JAMA_VERSION=0.3.8 +JAMA_VERSION=0.3.9 # Default admin credentials (used on FIRST RUN only) ADMIN_NAME=Admin User diff --git a/backend/package.json b/backend/package.json index 582d0e4..7165353 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "jama-backend", - "version": "0.3.8", + "version": "0.3.9", "description": "TeamChat backend server", "main": "src/index.js", "scripts": { diff --git a/build.sh b/build.sh index f5452ac..a324f38 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ # ───────────────────────────────────────────────────────────── set -euo pipefail -VERSION="${1:-0.3.8}" +VERSION="${1:-0.3.9}" ACTION="${2:-}" REGISTRY="${REGISTRY:-}" IMAGE_NAME="jama" diff --git a/frontend/package.json b/frontend/package.json index fecb683..45af001 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "jama-frontend", - "version": "0.3.8", + "version": "0.3.9", "private": true, "scripts": { "dev": "vite", diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index 2580c93..3f7a56c 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/public/icons/icon-192.png b/frontend/public/icons/icon-192.png index fcc45bb..20e4a9b 100644 Binary files a/frontend/public/icons/icon-192.png and b/frontend/public/icons/icon-192.png differ diff --git a/frontend/public/icons/icon-512.png b/frontend/public/icons/icon-512.png index eece094..650f2a6 100644 Binary files a/frontend/public/icons/icon-512.png and b/frontend/public/icons/icon-512.png differ diff --git a/frontend/public/icons/jama.png b/frontend/public/icons/jama.png index 0dd25cf..650f2a6 100644 Binary files a/frontend/public/icons/jama.png and b/frontend/public/icons/jama.png differ diff --git a/frontend/public/icons/logo-64.png b/frontend/public/icons/logo-64.png index 2cfcf91..37d4051 100644 Binary files a/frontend/public/icons/logo-64.png and b/frontend/public/icons/logo-64.png differ