diff --git a/CHANGELOG.md b/CHANGELOG.md index f0cdb84..85bcb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README-ZH.md b/README-ZH.md index b415882..6c2ab73 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -45,7 +45,7 @@ ```yaml dependencies: - launch_at_startup: ^0.1.5 + launch_at_startup: ^0.1.6 ``` 或 diff --git a/README.md b/README.md index f96ee56..bc7476c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index ab941e4..dbcabc0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -120,7 +120,7 @@ packages: path: ".." relative: true source: path - version: "0.1.5" + version: "0.1.6" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 020d0fa..6102f3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: