Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed May 11, 2024
1 parent 3694525 commit bf24b97
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.12"
flutter-version: "3.19.x"
cache: true
- name: Enable Flutter Desktop
run: flutter config --enable-macos-desktop
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.12"
flutter-version: "3.19.x"
cache: true
- name: Install Dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.12"
flutter-version: "3.19.x"
cache: true
- name: Enable Flutter Desktop
run: flutter config --enable-windows-desktop
Expand Down
3 changes: 2 additions & 1 deletion document/RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1. 修复一些问题 #204
1. 适配Flutter 3.19
2. 修复一些问题
6 changes: 3 additions & 3 deletions document/app_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.0.9-beta",
"version_num": 20009,
"version_desc": "1. 修复一些问题 #204",
"version": "2.1.0-beta",
"version_num": 20100,
"version_desc": "1. 适配Flutter 3.19\n2. 修复一些问题",
"prerelease":false,
"download_url": "https://github.com/xiaoyaocz/flutter_dmzj/releases"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_dmzj
version: 2.0.9+20009
version: 2.1.0+20100
publish_to: none
description: "动漫之家X"
environment:
Expand Down

0 comments on commit bf24b97

Please sign in to comment.