Skip to content

Commit 8e367a5

Browse files
committed
v0.1.7
1 parent 9844ffa commit 8e367a5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.7
2+
3+
* Bump flutter to 3.10.2
4+
* [windows] fix sign_update script on 3.10.x #49 #37
5+
* [windows] Upgrade to `WinSparkle-0.8.0` (#45)
6+
* [windows] feat: add support for emitting events from winsparkle (#43)
7+
18
## 0.1.6
29

310
* Add `setScheduledCheckInterval` method #28

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <lijy91@foxmail.com>
3+
Copyright (c) 2022-2023 LiJianying <lijy91@foxmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README-ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
```yaml
6666
dependencies:
67-
auto_updater: ^0.1.6
67+
auto_updater: ^0.1.7
6868
```
6969
7070

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add this to your package's pubspec.yaml file:
6464

6565
```yaml
6666
dependencies:
67-
auto_updater: ^0.1.6
67+
auto_updater: ^0.1.7
6868
```
6969
7070
Or

0 commit comments

Comments
 (0)