Skip to content

Commit 044ddcd

Browse files
committed
0.1.6
1 parent c7d8c84 commit 044ddcd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.6
2+
3+
- Fixed `KeyModifierParser.fromModifierKey` Return type.
4+
15
## 0.1.5
26

37
- [windows] Fix escape key mapping error

README.md

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

4444
```yaml
4545
dependencies:
46-
hotkey_manager: ^0.1.5
46+
hotkey_manager: ^0.1.6
4747
```
4848
4949
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "0.1.5"
95+
version: "0.1.6"
9696
js:
9797
dependency: transitive
9898
description:

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

66
environment:

0 commit comments

Comments
 (0)