From 49b47a1ae006b88e76a1f152a3e81b91c3163711 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 5 May 2026 19:31:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8D=87=E8=BF=81?= =?UTF-8?q?=20v0.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/.env.desktop | 2 +- frontend/.env.development | 2 +- frontend/.env.production | 2 +- frontend/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 9faa1b7..c946ee6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5 +0.1.6 diff --git a/frontend/.env.desktop b/frontend/.env.desktop index 585f34a..3087ac5 100644 --- a/frontend/.env.desktop +++ b/frontend/.env.desktop @@ -1,2 +1,2 @@ VITE_API_BASE= -VITE_APP_VERSION=0.1.5 +VITE_APP_VERSION=0.1.6 diff --git a/frontend/.env.development b/frontend/.env.development index 585f34a..3087ac5 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,2 +1,2 @@ VITE_API_BASE= -VITE_APP_VERSION=0.1.5 +VITE_APP_VERSION=0.1.6 diff --git a/frontend/.env.production b/frontend/.env.production index 4a58296..4f9560d 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,2 +1,2 @@ VITE_API_BASE=/api -VITE_APP_VERSION=0.1.5 +VITE_APP_VERSION=0.1.6 diff --git a/frontend/package.json b/frontend/package.json index b6ab0d8..7f4c451 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.1.5", + "version": "0.1.6", "license": "Apache-2.0", "type": "module", "scripts": {