Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Oct 5, 2022
1 parent d21d564 commit bde7e9b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,31 @@ jobs:
config:
- target: linux
host: ubuntu-latest
flutter_version: '3.3.2'
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: windows
host: windows-latest
flutter_version: '3.3.2'
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: macos
host: macos-latest
flutter_version: '3.3.2'
host: macos-11
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: ios
host: macos-latest
flutter_version: '3.3.2'
host: macos-11
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: android-arm32
host: ubuntu-latest
flutter_version: '3.3.2'
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: android-arm64
host: ubuntu-latest
flutter_version: '3.3.2'
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '3.3.2'
flutter_version: '3.3.3'
flutter_channel: 'stable'
- target: android-arm32
host: ubuntu-latest
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.3.2
v1.3.3
7 changes: 4 additions & 3 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v1.3.2
v1.3.3

- [x] 🐛修复登录不成功的问题
- [x] 🚀WebDav同步
- [x] ♻️升级flutter
- [x] 🚀安卓音量键翻页
- [x] ♻️全屏按钮跟随滑动条方向

0 comments on commit bde7e9b

Please sign in to comment.