From aa8971fad0a6091106edc7add4399f964d538046 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Tue, 16 May 2023 02:26:02 +0200 Subject: [PATCH] updated version to 6.0.0-beta.24 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89344de3..3fcf922a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.0-beta.24 + +- Merged "fix #1389 #1315 contextMenu ios 13" [#1575](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1575) (thanks to [heralight](https://github.com/heralight)) + ## 6.0.0-beta.23 - Updated `androidx.webkit:webkit` dependency to `1.6.1` diff --git a/pubspec.yaml b/pubspec.yaml index afb94eb6..ad9fdc6c 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_inappwebview description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window. -version: 6.0.0-beta.23 +version: 6.0.0-beta.24 homepage: https://inappwebview.dev/ repository: https://github.com/pichillilorenzo/flutter_inappwebview issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues