Skip to content

Commit

Permalink
bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Jun 13, 2021
1 parent 441f58c commit bbb0936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/youtube_player_iframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.1.0
- Updated dependencies to latest version.

# 2.0.0
- Migrated to null safety
- Added `useHybridComposition` param.
Expand Down
4 changes: 2 additions & 2 deletions packages/youtube_player_iframe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: youtube_player_iframe
description: Flutter port of the official YouTube iFrame player API. Supports web & mobile platforms.
version: 2.0.0
version: 2.1.0
repository: https://github.com/sarbagyastha/youtube_player_flutter
homepage: https://github.com/sarbagyastha/youtube_player_flutter/tree/master/packages/youtube_player_iframe

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

flutter_inappwebview: ^5.2.1+1
flutter_inappwebview: ^5.3.2
url_launcher: ^6.0.2

dev_dependencies:
Expand Down

0 comments on commit bbb0936

Please sign in to comment.