Skip to content

Commit

Permalink
🐛 fix any crash
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 17, 2023
1 parent 19e6088 commit 8b85e8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.6
v1.7.7
3 changes: 3 additions & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.7.7
- [x] 🐛 修复一些极端情况下崩溃

v1.7.6
- [x] ♻️ 优化发电
- [x] ✨ 导出多个cbz的zip
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b85e8d

Please sign in to comment.