Skip to content

Commit

Permalink
chore: prepare release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitmovin Release Automation committed Nov 6, 2024
1 parent f0b1840 commit aff5f91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.12.0]
### Changed
- Update Bitmovin's native Android Player SDK version to `3.91.0`
- Update Bitmovin's native iOS Player SDK version to `3.77.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.11.0):
- bitmovin_player (0.12.0):
- BitmovinPlayer (= 3.77.0)
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.9.0):
Expand Down Expand Up @@ -46,7 +46,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
bitmovin_player: df103f4d2ef776daa5de342b9b28187ebf52ace2
bitmovin_player: 9602a8fedc712a4291514ec634abba785737e045
BitmovinAnalyticsCollector: d08e0b13bcc32973370e0d71f2faa739561bac0a
BitmovinPlayer: 65866e13f7a8246ccbc7378607d6ca789f0f459e
BitmovinPlayerCore: 158b4a5b81b12b819f0f51b7b89711ca47e11583
Expand Down
6 changes: 3 additions & 3 deletions 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.11.0"
version: "0.12.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -374,10 +374,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
webdriver:
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.11.0
version: 0.12.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 aff5f91

Please sign in to comment.