Skip to content

Commit

Permalink
Merge pull request #69 from bitmovin/release/0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
hawk23 authored Nov 6, 2023
2 parents db2de30 + 39c23a3 commit ca5151f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.2.0] - 2023-11-06
### Added
- Google Cast Support for Android and iOS

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- bitmovin_player (0.1.0):
- bitmovin_player (0.2.0):
- BitmovinPlayer
- Flutter
- BitmovinAnalyticsCollector/BitmovinPlayer (3.1.1):
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/integration_test/ios"

SPEC CHECKSUMS:
bitmovin_player: de99be98b4ef8b7dc0a247f8f5e40847bdfc138a
bitmovin_player: 53d71fc6050f3ca441a64a736aec39d5737269c7
BitmovinAnalyticsCollector: 6aa2e995e325d95d1145bcad3d733d2f8c301c00
BitmovinPlayer: 2e5b0234c4a49a7c95eb3232d18e3e803013e5c6
BitmovinPlayerCore: 40c239be011d89c81106dea0cb7e37dcf4beee72
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.2.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -221,10 +221,10 @@ packages:
dependency: "direct main"
description:
name: logger
sha256: ba3bc83117b2b49bdd723c0ea7848e8285a0fbc597ba09203b20d329d020c24a
sha256: "6bbb9d6f7056729537a4309bda2e74e18e5d9f14302489cc1e93f33b3fe32cac"
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "2.0.2+1"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -401,10 +401,10 @@ packages:
dependency: transitive
description:
name: uuid
sha256: e03928880bdbcbf496fb415573f5ab7b1ea99b9b04f669c01104d085893c3134
sha256: b715b8d3858b6fa9f68f87d20d98830283628014750c2b09b6f516c1da4af2a7
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.1.0"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bitmovin_player_example
description: Demonstrates how to use the Bitmovin Player Flutter SDK.
version: 0.1.0
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: 'none'

environment:
sdk: '>=2.19.1 <4.0.0'
Expand Down
1 change: 0 additions & 1 deletion ios/Classes/PlayerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class PlayerPlugin: NSObject, FlutterPlugin {
switch method {
case Methods.createPlayer:
try handleCreatePlayer(arguments: arguments)
// TODO: Remove return value once https://github.com/bitmovin/bitmovin-player-flutter/pull/65 is merged.
return true
case Methods.castManagerInitialize:
if let options = MessageDecoder.toNative(type: FlutterBitmovinCastManagerOptions.self, from: arguments) {
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.1.0'
s.version = '0.2.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.1.0
version: 0.2.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 ca5151f

Please sign in to comment.