From 79d2751eb274e3ea90eaa328c3e34a31ee9b1766 Mon Sep 17 00:00:00 2001 From: liyi Date: Mon, 10 Mar 2025 14:33:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E3=80=81=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=B9=B6=E5=8F=91=E5=B8=83?= 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 9d442d7..589e072 100644 --- a/env.js +++ b/env.js @@ -1,7 +1,7 @@ // uni版本号 -export const uniVersion = '1.0.5' +export const uniVersion = '1.0.6' // uni构建号 -export const uniBuildNumber = 6 +export const uniBuildNumber = 7 // web版本号 export const webVersion = '1.0.1'