diff --git a/README-ZH.md b/README-ZH.md index 97d05fd..b5f2bd1 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -49,7 +49,7 @@ ```yaml dependencies: - hotkey_manager: ^0.2.2 + hotkey_manager: ^0.2.3 ``` 或 diff --git a/README.md b/README.md index 8dd56b6..e4e7d4a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Add this to your package's pubspec.yaml file: ```yaml dependencies: - hotkey_manager: ^0.2.2 + hotkey_manager: ^0.2.3 ``` Or diff --git a/packages/hotkey_manager/CHANGELOG.md b/packages/hotkey_manager/CHANGELOG.md index 339bc69..a36de08 100644 --- a/packages/hotkey_manager/CHANGELOG.md +++ b/packages/hotkey_manager/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.3 + +* bug fix that multi eventHandler does not fire (#53) + ## 0.2.2 * feat: Add `CallbackGlobalShortcuts` and `GlobalShortcuts` Widgets. diff --git a/packages/hotkey_manager/pubspec.yaml b/packages/hotkey_manager/pubspec.yaml index 267fe0a..a2a70cc 100644 --- a/packages/hotkey_manager/pubspec.yaml +++ b/packages/hotkey_manager/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.2.2 +version: 0.2.3 homepage: https://github.com/leanflutter/hotkey_manager platforms: