Skip to content

Commit d6ba14c

Browse files
committed
v0.2.3
1 parent cfeff6b commit d6ba14c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
```yaml
5151
dependencies:
52-
hotkey_manager: ^0.2.2
52+
hotkey_manager: ^0.2.3
5353
```
5454
5555

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add this to your package's pubspec.yaml file:
4949

5050
```yaml
5151
dependencies:
52-
hotkey_manager: ^0.2.2
52+
hotkey_manager: ^0.2.3
5353
```
5454
5555
Or

packages/hotkey_manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.3
2+
3+
* bug fix that multi eventHandler does not fire (#53)
4+
15
## 0.2.2
26

37
* feat: Add `CallbackGlobalShortcuts` and `GlobalShortcuts` Widgets.

packages/hotkey_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hotkey_manager
22
description: This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).
3-
version: 0.2.2
3+
version: 0.2.3
44
homepage: https://github.com/leanflutter/hotkey_manager
55

66
platforms:

0 commit comments

Comments
 (0)