update: version 1.3.1

This commit is contained in:
ctwj
2025-10-26 10:16:52 +08:00
parent 89e2aca968
commit 6be7ae871d
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ services:
- app-network - app-network
backend: backend:
image: ctwj/urldb-backend:1.3.0 image: ctwj/urldb-backend:1.3.1
environment: environment:
DB_HOST: postgres DB_HOST: postgres
DB_PORT: 5432 DB_PORT: 5432
@@ -38,7 +38,7 @@ services:
- app-network - app-network
frontend: frontend:
image: ctwj/urldb-frontend:1.3.0 image: ctwj/urldb-frontend:1.3.1
environment: environment:
NODE_ENV: production NODE_ENV: production
NUXT_PUBLIC_API_SERVER: http://backend:8080/api NUXT_PUBLIC_API_SERVER: http://backend:8080/api

View File

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

View File

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