Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 15, 2022
1 parent 1ac9d31 commit 8cc8c70
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.7

* [macos] Optimize tray icon click event response

## 0.1.6

* Support Flutter 3.0
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

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

```yaml
dependencies:
tray_manager: ^0.1.6
tray_manager: ^0.1.7
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.6"
version: "0.1.7"
vector_math:
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: tray_manager
description: This plugin allows Flutter desktop apps to defines system tray.
version: 0.1.6
version: 0.1.7
homepage: https://github.com/leanflutter/tray_manager

platforms:
Expand Down

0 comments on commit 8cc8c70

Please sign in to comment.