From 9f79c6c7125856a8cbd030f89df4f95c237eff5e Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 17 Jul 2025 10:09:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=85=8D=E7=BD=91=E6=97=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0clientId=E5=8F=82=E6=95=B0=EF=BC=8C=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=9B=9E=E8=B0=83=E9=94=81=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.js b/env.js index 14d2d3c..5e0382b 100644 --- a/env.js +++ b/env.js @@ -1,7 +1,7 @@ // uni版本号 -export const uniVersion = '1.0.21' +export const uniVersion = '1.0.22' // uni构建号 -export const uniBuildNumber = 22 +export const uniBuildNumber = 23 // web版本号 export const webVersion = '1.0.1'