Skip to content

Commit

Permalink
[desktop_webview_window] bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Aug 21, 2023
1 parent 1c89d4e commit 3176127
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/desktop_webview_window/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.2.2

* fix memory leak on macOS after close webview window.

## 0.2.1

* add Windows attentions to readme.
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop_webview_window/example/pubspec.lock
Expand Up @@ -55,7 +55,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "0.2.2"
fake_async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop_webview_window/pubspec.yaml
@@ -1,10 +1,10 @@
name: desktop_webview_window
description: Show a webview window on your flutter desktop application.
version: 0.2.1
version: 0.2.2
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_webview_window

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.14.0 <4.0.0"
flutter: ">=2.5.0"

dependencies:
Expand Down

0 comments on commit 3176127

Please sign in to comment.