From 9ddbc35238ba3070a127bb5ba0d89ac6fc556341 Mon Sep 17 00:00:00 2001 From: liyi Date: Sat, 22 Mar 2025 11:26:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B01.0.8=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=9A=E8=B0=83=E6=95=B4=E6=B7=B7=E6=B7=86=E5=8F=91=E5=B8=83?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4=E6=9C=AA=E6=B7=B7=E6=B7=86=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env.js b/env.js index 75238c4..dcc771a 100644 --- a/env.js +++ b/env.js @@ -1,7 +1,7 @@ // uni版本号 -export const uniVersion = '1.0.7' +export const uniVersion = '1.0.8' // uni构建号 -export const uniBuildNumber = 8 +export const uniBuildNumber = 9 // web版本号 export const webVersion = '1.0.1' diff --git a/package.json b/package.json index c941207..b837895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "star-cloud-uni", - "version": "1.0.6", + "version": "1.0.8", "type": "module", "main": "./uni/index.js", "author": "zzc059",