From 6de7a2d2e1d49b85560586f51bd8c2703e2edd38 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 5 May 2026 09:58:08 +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.2?= 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 17e51c3..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/frontend/.env.desktop b/frontend/.env.desktop index 4fd1a68..6fe5419 100644 --- a/frontend/.env.desktop +++ b/frontend/.env.desktop @@ -1,2 +1,2 @@ VITE_API_BASE= -VITE_APP_VERSION=0.1.1 +VITE_APP_VERSION=0.1.2 diff --git a/frontend/.env.development b/frontend/.env.development index 4fd1a68..6fe5419 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,2 +1,2 @@ VITE_API_BASE= -VITE_APP_VERSION=0.1.1 +VITE_APP_VERSION=0.1.2 diff --git a/frontend/.env.production b/frontend/.env.production index 9f616e1..dea1c3d 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,2 +1,2 @@ VITE_API_BASE=/api -VITE_APP_VERSION=0.1.1 +VITE_APP_VERSION=0.1.2 diff --git a/frontend/package.json b/frontend/package.json index 7306934..4ebfb3e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "type": "module", "scripts": {