Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 29, 2022
1 parent c9ab75e commit d4e1587
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.4

* Downgrade flutter version to 2.0.0 #7

## 0.1.3

* [windows] Add missing WinSparkle dll/lib/pdb files #4
Expand Down
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.3
auto_updater: ^0.1.4
```
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.3
auto_updater: ^0.1.4
```
Or
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.3"
version: "0.1.4"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -193,4 +193,4 @@ packages:
version: "2.1.1"
sdks:
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"
flutter: ">=2.0.0"
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.3
version: 0.1.4
homepage: https://github.com/leanflutter/auto_updater

platforms:
Expand Down

0 comments on commit d4e1587

Please sign in to comment.