diff --git a/README.md b/README.md index b2fa4805..48231023 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,16 @@ - [x] 追番列表 - [x] 番剧弹幕 - [x] 在线更新 -- [ ] 配色方案 -- [ ] 历史记录 -- [ ] 倍速播放 +- [x] 历史记录 +- [x] 倍速播放 +- [ ] 配色方案 - [ ] 番剧下载 - [ ] 番剧更新提醒 - [ ] 还有更多 (/・ω・\) ## 下载 -通过本页面 [release](https://github.com/Predidit/Kazumi/releases) 选项卡下载 (第一个构建版本预期于五月底到来) +通过本页面 [release](https://github.com/Predidit/Kazumi/releases) 选项卡下载 ## Q&A diff --git a/lib/request/api.dart b/lib/request/api.dart index e11ae387..1d21b1e5 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.0.0'; + static const String version = '1.0.1'; // 项目主页 static const String sourceUrl = "https://github.com/Predidit/Kazumi"; // 在线升级 diff --git a/pubspec.yaml b/pubspec.yaml index a08d5d2c..4721bd24 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.0.1+1 environment: sdk: '>=3.3.4 <4.0.0'