Skip to content

Commit 15f7eef

Browse files
committed
Merge remote-tracking branch 'origin/develop'
# Conflicts: # packages/youtube_player_flutter/CHANGELOG.md # packages/youtube_player_flutter/pubspec.yaml
2 parents 9672b4a + 8046dc4 commit 15f7eef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/youtube_player_flutter/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.1.1
2+
* Bumps `flutter_inappwebview` to latest version.
3+
14
## 9.1.0
25
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
36
* Updates dependencies.

packages/youtube_player_flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: youtube_player_flutter
22
description: Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.
3-
version: 9.1.0
3+
version: 9.1.1
44
repository: https://github.com/sarbagyastha/youtube_player_flutter
55
homepage: https://github.com/sarbagyastha/youtube_player_flutter/tree/main/packages/youtube_player_flutter
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
flutter_inappwebview: ^6.1.0+1
14+
flutter_inappwebview: ^6.1.1+1
1515

1616
dev_dependencies:
1717
flutter_test:

0 commit comments

Comments
 (0)