diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index d4c0d53..f8b2e5d 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -42,7 +42,7 @@ jobs: - name: Flutter action uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.4' + flutter-version: '3.13.9' cache: true #更新Flutter的packages - name: Restore packages diff --git a/README.md b/README.md index 189f536..519bcda 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ ## 开发 +## 环境 + +Flutter:3.13.9 + ### 说明 开发前请先[申请博客园API KEY](https://oauth.cnblogs.com/),在根目录创建`.env`文件并写入以下内容 diff --git a/document/new_version.json b/document/new_version.json index e38ce2a..cb7816d 100644 --- a/document/new_version.json +++ b/document/new_version.json @@ -1,6 +1,6 @@ { - "version": "1.0.7", - "version_num": 10007, - "version_desc": "1. 修复博文评论错误\n2. 更新Flutter版本至3.13.4", + "version": "1.0.8", + "version_num": 10008, + "version_desc": "1. 支持查看新闻评论\n2. 修复APP标题显示错误 #4", "download_url": "https://github.com/xiaoyaocz/flutter_cnblogs/releases" } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 35dd076..206b8b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_cnblogs -version: 1.0.7+10007 +version: 1.0.8+10008 description: "博客园Flutter客户端" environment: sdk: '>=2.18.2 <3.0.0'