Skip to content

Commit 24f12ae

Browse files
committed
0.1.6
1 parent 03c2477 commit 24f12ae

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.6
2+
3+
- [windows] fix: use correct max length of registry key #
4+
15
## 0.1.5
26

37
- [linux] Fixed wrong app name when writing .desktop file. #4

README-ZH.md

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

4646
```yaml
4747
dependencies:
48-
launch_at_startup: ^0.1.5
48+
launch_at_startup: ^0.1.6
4949
```
5050
5151

README.md

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

4646
```yaml
4747
dependencies:
48-
launch_at_startup: ^0.1.5
48+
launch_at_startup: ^0.1.6
4949
```
5050
5151
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ packages:
120120
path: ".."
121121
relative: true
122122
source: path
123-
version: "0.1.5"
123+
version: "0.1.6"
124124
lints:
125125
dependency: transitive
126126
description:

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.1.5
3+
version: 0.1.6
44
homepage: https://github.com/leanflutter/launch_at_startup
55

66
platforms:

0 commit comments

Comments
 (0)