Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Dec 20, 2021
1 parent c7d8c84 commit 044ddcd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6

- Fixed `KeyModifierParser.fromModifierKey` Return type.

## 0.1.5

- [windows] Fix escape key mapping error
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.5"
version: "0.1.6"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion 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.1.5
version: 0.1.6
homepage: https://github.com/leanflutter/hotkey_manager

environment:
Expand Down

0 comments on commit 044ddcd

Please sign in to comment.