From 15f98ca9bd8f7b58d2c8aa9e565d7fcfda01b40c Mon Sep 17 00:00:00 2001 From: anfe <448468458@qq.com> Date: Tue, 25 Jun 2024 11:46:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pre_build.sh | 2 +- pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pre_build.sh b/pre_build.sh index 5f7ccc57..738aff96 100644 --- a/pre_build.sh +++ b/pre_build.sh @@ -10,7 +10,7 @@ # 设置 environment="xhj" main_file="lib/main_xhj_full.dart" -version_string="1.0.66" +version_string="1.0.67" file_path="lib/network/api.dart" ############################################################### diff --git a/pubspec.yaml b/pubspec.yaml index fd1117fd..2c7b9020 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,8 +74,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 1.0.63+2024061302:xhj 线上环境,提交测试:回归 bug # 1.0.65+2024061801:xhj 线上环境,提交测试:回归 bug # 1.0.66+2024061802:xhj 线上环境,提交测试:回归 bug +# 1.0.67+2024062501:xhj 线上环境,提交测试:回归 测试部门bug -version: 1.0.66+2024061802 +version: 1.0.67+2024062501 environment: sdk: '>=2.12.0 <3.0.0'