We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47d620 commit 4933ff0Copy full SHA for 4933ff0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.1
2
+
3
+* Downgrade dart sdk version to 2.12.0
4
5
## 0.1.0
6
7
* first release.
README-ZH.md
@@ -63,7 +63,7 @@
63
64
```yaml
65
dependencies:
66
- auto_updater: ^0.1.0
+ auto_updater: ^0.1.1
67
```
68
69
或
README.md
@@ -63,7 +63,7 @@ Add this to your package's pubspec.yaml file:
Or
pubspec.yaml
@@ -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:
0 commit comments