From 343cb6e0ce3d20417575aa16f7642928f58c3ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Mon, 23 Dec 2024 17:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.0.1+1=E7=89=88=E6=9C=AC?= 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 dbbb168..0a0087b 100644 --- a/env.js +++ b/env.js @@ -1,7 +1,7 @@ // uni版本号 -export const uniVersion = '1.0.0' +export const uniVersion = '1.0.1' // uni构建号 -export const uniBuildNumber = 1 +export const uniBuildNumber = 2 // web版本号 export const webVersion = '1.0.0'