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'