diff --git a/CHANGELOG.md b/CHANGELOG.md index ec92866..d5ca992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +- Supported `linux` platform. + ## 0.1.0 - First release. diff --git a/README.md b/README.md index 8a31d73..88fb1ef 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - launch_at_startup: ^0.1.0 + launch_at_startup: ^0.1.1 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index 29f9d16..6a81269 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -120,7 +120,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9180f96..2784bfd 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.0 +version: 0.1.1 homepage: https://github.com/leanflutter/launch_at_startup environment: