Skip to content

Commit b08e7ef

Browse files
committed
version 1.0.1
1 parent acdb127 commit b08e7ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
- [x] 追番列表
3939
- [x] 番剧弹幕
4040
- [x] 在线更新
41-
- [ ] 配色方案
42-
- [ ] 历史记录
43-
- [ ] 倍速播放
41+
- [x] 历史记录
42+
- [x] 倍速播放
43+
- [ ] 配色方案
4444
- [ ] 番剧下载
4545
- [ ] 番剧更新提醒
4646
- [ ] 还有更多 (/・ω・\)
4747

4848
## 下载
4949

50-
通过本页面 [release](https://github.com/Predidit/Kazumi/releases) 选项卡下载 (第一个构建版本预期于五月底到来)
50+
通过本页面 [release](https://github.com/Predidit/Kazumi/releases) 选项卡下载
5151

5252
## Q&A
5353

lib/request/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Api {
22
// 当前版本
3-
static const String version = '1.0.0';
3+
static const String version = '1.0.1';
44
// 项目主页
55
static const String sourceUrl = "https://github.com/Predidit/Kazumi";
66
// 在线升级

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.0+1
19+
version: 1.0.1+1
2020

2121
environment:
2222
sdk: '>=3.3.4 <4.0.0'

0 commit comments

Comments
 (0)