Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 11, 2022
1 parent 03c2477 commit 24f12ae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.6

- [windows] fix: use correct max length of registry key #

## 0.1.5

- [linux] Fixed wrong app name when writing .desktop file. #4
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

```yaml
dependencies:
launch_at_startup: ^0.1.5
launch_at_startup: ^0.1.6
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
launch_at_startup: ^0.1.5
launch_at_startup: ^0.1.6
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.5"
version: "0.1.6"
lints:
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: launch_at_startup
description: This plugin allows Flutter desktop apps to Auto launch on startup / login.
version: 0.1.5
version: 0.1.6
homepage: https://github.com/leanflutter/launch_at_startup

platforms:
Expand Down

0 comments on commit 24f12ae

Please sign in to comment.