Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 18, 2024
1 parent 9f174e9 commit 7f47e58
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.4.2

* [windows] Update window_manager_plugin.cpp for fix #439 issue #486
* [windows] fix: win, adjustNCCALCSIZE with monitor coords #482

### 0.4.0

* chore: Use custom paint icons to replace png icons (#467)
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

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

```yaml
dependencies:
window_manager: ^0.4.0
window_manager: ^0.4.2
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.4.2"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.4.0
version: 0.4.2
homepage: https://github.com/leanflutter/window_manager

platforms:
Expand Down

0 comments on commit 7f47e58

Please sign in to comment.