From 8b85e8ded948b21e3f0dcf792d1dd9e5711e226a Mon Sep 17 00:00:00 2001 From: niuhuan Date: Fri, 17 Nov 2023 10:09:16 +0800 Subject: [PATCH] :bug: fix any crash --- .github/workflows/Release.yml | 3 +++ ci/version.code.txt | 2 +- ci/version.info.txt | 3 +++ pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 0201fe8..113cbff 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -66,6 +66,9 @@ jobs: - target: linux host: ubuntu-latest flutter_version: '2.10.3' + - target: ios + host: macos-latest + flutter_version: '2.10.5' - target: ios host: macos-latest flutter_version: '3.7.3' diff --git a/ci/version.code.txt b/ci/version.code.txt index 4ad3c62..165350d 100644 --- a/ci/version.code.txt +++ b/ci/version.code.txt @@ -1 +1 @@ -v1.7.6 \ No newline at end of file +v1.7.7 \ No newline at end of file diff --git a/ci/version.info.txt b/ci/version.info.txt index 696d205..f568fb2 100644 --- a/ci/version.info.txt +++ b/ci/version.info.txt @@ -1,3 +1,6 @@ +v1.7.7 +- [x] 🐛 修复一些极端情况下崩溃 + v1.7.6 - [x] ♻️ 优化发电 - [x] ✨ 导出多个cbz的zip diff --git a/pubspec.yaml b/pubspec.yaml index 2bcad55..5e1eb0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.7.6+20 +version: 1.7.7+21 environment: sdk: ">=2.12.0 <3.0.0"