diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d11ad3b..f9e4a325 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.2 +* Updates MobileVLC to fix a bug on ios with HLS Streaming on VLCKit itself. See (https://code.videolan.org/videolan/VLCKit/-/issues/368), +credits to Mitch Ross (https://github.com/mitchross) + ## 3.0.1 * Fix a bug on Android with URL parsing. See (https://github.com/solid-software/flutter_vlc_player/issues/52), credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross) diff --git a/ios/flutter_vlc_player.podspec b/ios/flutter_vlc_player.podspec index 7f225b72..3d23dac3 100755 --- a/ios/flutter_vlc_player.podspec +++ b/ios/flutter_vlc_player.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_vlc_player' - s.version = '3.0.0' + s.version = '3.0.2' s.summary = 'A new flutter plugin project.' s.description = <<-DESC A VLC-powered alternative to Flutter video_player. Supports multiple players on one screen. @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes/**/*' s.dependency 'Flutter' s.platform = :ios, '9.0' - s.dependency 'MobileVLCKit', '~> 3.3.11' + s.dependency 'MobileVLCKit', '~> 3.3.12' s.static_framework = true # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. diff --git a/pubspec.yaml b/pubspec.yaml index 9a28f6db..8990e490 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_vlc_player description: A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen. -version: 3.0.1 +version: 3.0.2 homepage: https://github.com/solid-software/flutter_vlc_player environment: