Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Feb 17, 2022
1 parent f47d620 commit 4933ff0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

* Downgrade dart sdk version to 2.12.0

## 0.1.0

* first release.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

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

```yaml
dependencies:
auto_updater: ^0.1.0
auto_updater: ^0.1.1
```
Or
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auto_updater
description: This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
version: 0.1.0
version: 0.1.1
homepage: https://github.com/leanflutter/auto_updater

environment:
Expand Down

0 comments on commit 4933ff0

Please sign in to comment.