update: version to 1.0.10

This commit is contained in:
Kerwin
2025-07-29 17:51:24 +08:00
parent c1b19cf937
commit 4d466af99e
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ services:
- app-network
backend:
image: ctwj/urldb-backend:1.0.9
image: ctwj/urldb-backend:1.0.10
environment:
DB_HOST: postgres
DB_PORT: 5432
@@ -38,7 +38,7 @@ services:
- app-network
frontend:
image: ctwj/urldb-frontend:1.0.9
image: ctwj/urldb-frontend:1.0.10
environment:
NUXT_PUBLIC_API_SERVER: http://backend:8080/api
NUXT_PUBLIC_API_CLIENT: /api

View File

@@ -18,7 +18,7 @@ interface VersionResponse {
export const useVersion = () => {
const versionInfo = ref<VersionInfo>({
version: '1.0.9',
version: '1.0.10',
build_time: '',
git_commit: 'unknown',
git_branch: 'unknown',

View File

@@ -1,6 +1,6 @@
{
"name": "res-db-web",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"type": "module",
"scripts": {