From 235efb0e62d06a8738ee4465f8f63606a061e5f9 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 5 May 2026 04:39:31 +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.1?= 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 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/frontend/.env.desktop b/frontend/.env.desktop index 5ecb273..4fd1a68 100644 --- a/frontend/.env.desktop +++ b/frontend/.env.desktop @@ -1,2 +1,2 @@ VITE_API_BASE= -VITE_APP_VERSION=0.1.0 +VITE_APP_VERSION=0.1.1 diff --git a/frontend/.env.development b/frontend/.env.development index 5ecb273..4fd1a68 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -1,2 +1,2 @@ VITE_API_BASE= -VITE_APP_VERSION=0.1.0 +VITE_APP_VERSION=0.1.1 diff --git a/frontend/.env.production b/frontend/.env.production index fc8bbe1..9f616e1 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -1,2 +1,2 @@ VITE_API_BASE=/api -VITE_APP_VERSION=0.1.0 +VITE_APP_VERSION=0.1.1 diff --git a/frontend/package.json b/frontend/package.json index c7ce21c..7306934 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "type": "module", "scripts": {