Skip to content

Commit 4933ff0

Browse files
committed
v0.1.1
1 parent f47d620 commit 4933ff0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
3+
* Downgrade dart sdk version to 2.12.0
4+
15
## 0.1.0
26

37
* first release.

README-ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
```yaml
6565
dependencies:
66-
auto_updater: ^0.1.0
66+
auto_updater: ^0.1.1
6767
```
6868
6969

README.md

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

6464
```yaml
6565
dependencies:
66-
auto_updater: ^0.1.0
66+
auto_updater: ^0.1.1
6767
```
6868
6969
Or

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_updater
22
description: This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/leanflutter/auto_updater
55

66
environment:

0 commit comments

Comments
 (0)