Skip to content

Commit

Permalink
release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Dec 7, 2023
1 parent 660a134 commit 4d75b3d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

## 开发

## 环境

Flutter:3.13.9

### 说明

开发前请先[申请博客园API KEY](https://oauth.cnblogs.com/),在根目录创建`.env`文件并写入以下内容
Expand Down
6 changes: 3 additions & 3 deletions document/new_version.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 4d75b3d

Please sign in to comment.