Skip to content

Commit e587c0b

Browse files
committed
v0.1.3
1 parent d1eccaf commit e587c0b

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.3
2+
3+
* [windows] Add missing WinSparkle dll/lib/pdb files #4
4+
* [windows] fix command path error #5
5+
16
## 0.1.2
27

38
* [windows] Add missing WinSparkle dll/lib/pdb files

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.2
66+
auto_updater: ^0.1.3
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.2
66+
auto_updater: ^0.1.3
6767
```
6868
6969
Or

example/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ app.*.map.json
4545
/android/app/profile
4646
/android/app/release
4747

48-
/dist/
48+
/dist/
49+
dsa_*.pem

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "0.1.2"
17+
version: "0.1.3"
1818
boolean_selector:
1919
dependency: transitive
2020
description:

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.2
3+
version: 0.1.3
44
homepage: https://github.com/leanflutter/auto_updater
55

66
platforms:

0 commit comments

Comments
 (0)