Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jun 12, 2022
1 parent 1bb9eff commit d5e56fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.8

* [windows] getBounds method returns null when not initialized
* [macos] fixed destroy() not properly destroying tray icons #21 #22
* [macos] Fix getBounds crash

## 0.1.7

* [macos] Optimize tray icon click event response
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

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

```yaml
dependencies:
tray_manager: ^0.1.7
tray_manager: ^0.1.8
```
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.7"
version: "0.1.8"
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.7
version: 0.1.8
homepage: https:/leanflutter/tray_manager

platforms:
Expand Down

0 comments on commit d5e56fb

Please sign in to comment.