Skip to content

Commit fb71126

Browse files
committed
chore: Bump version to 0.5.1, add MSIX support args to CHANGELOG, and update dependency version in README files
1 parent 99434e2 commit fb71126

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1
2+
3+
- MSIX support args #37
4+
15
## 0.4.0
26

37
- Update plugin to use win32_registry version 2.0.0 #33

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
```yaml
5353
dependencies:
54-
launch_at_startup: ^0.3.1
54+
launch_at_startup: ^0.5.1
5555
```
5656
5757

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add this to your package's pubspec.yaml file:
5151

5252
```yaml
5353
dependencies:
54-
launch_at_startup: ^0.3.1
54+
launch_at_startup: ^0.5.1
5555
```
5656
5757
Or

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launch_at_startup
22
description: This plugin allows Flutter desktop apps to Auto launch on startup / login.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://leanflutter.dev/documentation/launch_at_startup
55
repository: https://github.com/leanflutter/launch_at_startup
66
issue_tracker: https://github.com/leanflutter/launch_at_startup/issues

0 commit comments

Comments
 (0)