Skip to content

Commit badd689

Browse files
committed
chore: Update CHANGELOG.md
1 parent 6e892f1 commit badd689

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.0
52+
hotkey_manager: ^0.2.1
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.0
52+
hotkey_manager: ^0.2.1
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.1
2+
3+
* Fixed issue where modifiers do not work #50
4+
15
## 0.2.0
26

37
* feat: Convert to federated plugin

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.0
3+
version: 0.2.1
44
homepage: https://github.com/leanflutter/hotkey_manager
55

66
platforms:

0 commit comments

Comments
 (0)