Skip to content

Commit

Permalink
Merge pull request #83 from bitmovin/release/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
hawk23 committed Dec 12, 2023
2 parents 7094e6e + 8d2f9b4 commit 21cbf8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.4.0] - 2023-12-12
### Added
Support for Picture-in-Picture (PiP) playback on iOS
- `PictureInPictureEnter` which is emitted when the player view is about to enter Picture-in-Picture mode
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- audio_session (0.0.1):
- Flutter
- bitmovin_player (0.3.0):
- bitmovin_player (0.4.0):
- BitmovinPlayer (= 3.49.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.3.0):
Expand Down Expand Up @@ -50,7 +50,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 4f3e461722055d21515cf3261b64c973c062f345
bitmovin_player: cd190a74c5782e3c31da896b22f7bf5ae9dcf9af
bitmovin_player: 51f3116d64255041946f7d388793a8203c370589
BitmovinAnalyticsCollector: b3bf447e609a87d41e51a7c029cb16a3bcb3404c
BitmovinPlayer: 920ee8a7df47dc09a038a44a36b24b0c31427ad8
BitmovinPlayerCore: 0040c6c171079ae1a1342baab182c7956deaf6d8
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.4.0"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/bitmovin_player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'bitmovin_player'
s.version = '0.3.0'
s.version = '0.4.0'
s.summary = 'Bitmovin Player Flutter plugin'
s.description = <<-DESC
Flutter plugin for Bitmovin Player.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bitmovin_player
description: Official Flutter bindings for Bitmovin's mobile Player SDKs.
version: 0.3.0
version: 0.4.0
homepage: https://bitmovin.com
repository: https://github.com/bitmovin/bitmovin-player-flutter
issue_tracker: https://github.com/bitmovin/bitmovin-player-flutter/issues
Expand Down

0 comments on commit 21cbf8b

Please sign in to comment.