Skip to content

Commit

Permalink
chore: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 16, 2024
1 parent 6e892f1 commit badd689
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

```yaml
dependencies:
hotkey_manager: ^0.2.0
hotkey_manager: ^0.2.1
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
hotkey_manager: ^0.2.0
hotkey_manager: ^0.2.1
```
Or
Expand Down
4 changes: 4 additions & 0 deletions packages/hotkey_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

* Fixed issue where modifiers do not work #50

## 0.2.0

* feat: Convert to federated plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/hotkey_manager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0
version: 0.2.1
homepage: https://github.com/leanflutter/hotkey_manager

platforms:
Expand Down

0 comments on commit badd689

Please sign in to comment.