Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 16, 2022
1 parent 39efc36 commit 845120e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ jobs:
config:
- target: linux
host: ubuntu-latest
flutter_version: '3.3.5'
flutter_version: '3.3.8'
- target: windows
host: windows-latest
flutter_version: '3.3.5'
flutter_version: '3.3.8'
- target: macos
host: macos-11
flutter_version: '3.3.5'
flutter_version: '3.3.8'
- target: ios
host: macos-11
flutter_version: '3.3.5'
flutter_version: '3.3.8'
- target: android-arm32
host: ubuntu-latest
flutter_version: '2.10.5'
Expand All @@ -87,13 +87,13 @@ jobs:
flutter_version: '2.10.5'
- target: android-arm32
host: ubuntu-latest
flutter_version: '3.3.5'
flutter_version: '3.3.8'
- target: android-arm64
host: ubuntu-latest
flutter_version: '3.3.5'
flutter_version: '3.3.8'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '3.3.5'
flutter_version: '3.3.8'

runs-on: ${{ matrix.config.host }}

Expand Down
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.10
v0.1.11
4 changes: 4 additions & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
计划
- [x] 下载? / 小说翻页? / 高清画质?

v0.1.11
- [x] 修复0.1.10评论区出错的问题
- [x] 升级flutter到3.3.8

v0.1.10
- [x] 修复分类不显示漫画的问题
- [x] 升级flutter引擎
Expand Down

0 comments on commit 845120e

Please sign in to comment.