Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 27, 2023
1 parent 9844ffa commit 8e367a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.7

* Bump flutter to 3.10.2
* [windows] fix sign_update script on 3.10.x #49 #37
* [windows] Upgrade to `WinSparkle-0.8.0` (#45)
* [windows] feat: add support for emitting events from winsparkle (#43)

## 0.1.6

* Add `setScheduledCheckInterval` method #28
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 LiJianying <[email protected]>
Copyright (c) 2022-2023 LiJianying <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

```yaml
dependencies:
auto_updater: ^0.1.6
auto_updater: ^0.1.7
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
auto_updater: ^0.1.6
auto_updater: ^0.1.7
```
Or
Expand Down

0 comments on commit 8e367a5

Please sign in to comment.