Skip to content

Commit

Permalink
Update tray_manager to version 0.3.1, enhancing macOS support with ic…
Browse files Browse the repository at this point in the history
…on size configuration. Reflect changes in README files and update pubspec.yaml accordingly.
  • Loading branch information
lijy91 committed Dec 12, 2024
1 parent 115ea6e commit 369fd8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:

```yaml
dependencies:
tray_manager: ^0.3.0
tray_manager: ^0.3.1
```

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

```yaml
dependencies:
tray_manager: ^0.3.0
tray_manager: ^0.3.1
```

Or
Expand Down
4 changes: 4 additions & 0 deletions packages/tray_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

* [macos] Support setting the icon size on macOS. (#60)

## 0.3.0

* chore: Add `bringAppToFront` param to `popUpContextMenu` method (#58)
Expand Down
2 changes: 1 addition & 1 deletion packages/tray_manager/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.3.0
version: 0.3.1
homepage: https://github.com/leanflutter/tray_manager

platforms:
Expand Down

0 comments on commit 369fd8d

Please sign in to comment.