Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Feb 26, 2023
1 parent 24e9376 commit cc5d754
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main
name: build

on:
push:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.1

* [linux] avoid removing shadows if no title is set (#297)
* [macos] Implement isMaximizable and setMaximizable (#290)
* Don't crash if an event doesn't have a dedicated handler (#286)
* Remove all subWindow related implementations

## 0.3.0

* Add integration test (#275)
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

```yaml
dependencies:
window_manager: ^0.3.0
window_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 @@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
window_manager: ^0.3.0
window_manager: ^0.3.1
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.1"
sdks:
dart: ">=2.18.0 <3.0.0"
flutter: ">=2.5.0"
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.3.0
version: 0.3.1
homepage: https://github.com/leanflutter/window_manager

platforms:
Expand Down

0 comments on commit cc5d754

Please sign in to comment.