Skip to content

Commit

Permalink
Merge pull request #169 from bitmovin/release/0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
hawk23 authored Sep 11, 2024
2 parents a23ec17 + 86a9ec9 commit 991c3f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## [0.11.0] - 2024-09-11
### Changed
- Update Bitmovin's native Android Player SDK version to `3.82.0`
- Update Bitmovin's native iOS Player SDK version to `3.71.0`
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.10.0):
- bitmovin_player (0.11.0):
- BitmovinPlayer (= 3.71.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.8.0):
Expand Down Expand Up @@ -47,7 +47,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
bitmovin_player: 24d3e4e571de37a5163001a46661230680ec9752
bitmovin_player: b02f4fc8da35d54c81996bfed8e2e48dc0ae6b8c
BitmovinAnalyticsCollector: 1390e34dd1af4a0b9fe09e290510de648eec4c09
BitmovinPlayer: fa8d008541dfc63e974187a4f88dafcc8c62e927
BitmovinPlayerCore: 40e6e74a437e12adbaae10cbd59dc47454edf507
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.10.0"
version: "0.11.0"
boolean_selector:
dependency: transitive
description:
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.10.0
version: 0.11.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 991c3f0

Please sign in to comment.