Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 27, 2022
1 parent d1eccaf commit e587c0b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3

* [windows] Add missing WinSparkle dll/lib/pdb files #4
* [windows] fix command path error #5

## 0.1.2

* [windows] Add missing WinSparkle dll/lib/pdb files
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.2
auto_updater: ^0.1.3
```
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.2
auto_updater: ^0.1.3
```
Or
Expand Down
3 changes: 2 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ app.*.map.json
/android/app/profile
/android/app/release

/dist/
/dist/
dsa_*.pem
2 changes: 1 addition & 1 deletion 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.2"
version: "0.1.3"
boolean_selector:
dependency: transitive
description:
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.2
version: 0.1.3
homepage: https://github.com/leanflutter/auto_updater

platforms:
Expand Down

0 comments on commit e587c0b

Please sign in to comment.