Skip to content

Commit 62959f7

Browse files
committed
v0.2.3
1 parent 158302b commit 62959f7

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.2.3
2+
3+
* fix(macos): Fix app will crash when closing the tray. #44
4+
15
## 0.2.2
26

37
* fix(linux): ensure icon works in sandboxed environments #43

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
```yaml
5656
dependencies:
57-
tray_manager: ^0.2.1
57+
tray_manager: ^0.2.3
5858
```
5959
6060

README.md

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

5555
```yaml
5656
dependencies:
57-
tray_manager: ^0.2.1
57+
tray_manager: ^0.2.3
5858
```
5959
6060
Or

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tray_manager
22
description: This plugin allows Flutter desktop apps to defines system tray.
3-
version: 0.2.2
3+
version: 0.2.3
44
homepage: https://github.com/leanflutter/tray_manager
55

66
platforms:

0 commit comments

Comments
 (0)