diff --git a/CHANGELOG.md b/CHANGELOG.md index 128d8f5..796167d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.6 + +- Fixed `KeyModifierParser.fromModifierKey` Return type. + ## 0.1.5 - [windows] Fix escape key mapping error diff --git a/README.md b/README.md index bd7c5f0..5430eb7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - hotkey_manager: ^0.1.5 + hotkey_manager: ^0.1.6 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index 7126a14..c446ef1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "0.1.5" + version: "0.1.6" js: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2e2c7c0..57e12e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hotkey_manager description: This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut). -version: 0.1.5 +version: 0.1.6 homepage: https://github.com/leanflutter/hotkey_manager environment: