Skip to content

Commit 43fd873

Browse files
committed
v0.33.1
1 parent 44913ff commit 43fd873

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.33.1
2+
3+
* fix protocol whitelist
4+
* enable dav1d, hap
5+
16
## 0.33.0
27

38
* improve test textureId/playerId only once

darwin/fvp.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
Pod::Spec.new do |s|
77
s.name = 'fvp'
8-
s.version = '0.33.0'
8+
s.version = '0.33.1'
99
s.summary = 'libmdk based Flutter video player plugin'
1010
s.description = <<-DESC
1111
Flutter video player plugin.
@@ -25,7 +25,7 @@ Flutter video player plugin.
2525
s.osx.dependency 'FlutterMacOS'
2626
s.ios.deployment_target = '12.0'
2727
s.osx.deployment_target = '10.13'
28-
s.dependency 'mdk', '~> 0.33.0'
28+
s.dependency 'mdk', '~> 0.33.1'
2929

3030
# s.platform = :osx, '10.11'
3131
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fvp
22
description: video_player plugin and backend APIs. Support all desktop/mobile platforms with hardware decoders, optimal renders. Supports most formats via FFmpeg
3-
version: 0.33.0
3+
version: 0.33.1
44
homepage: https://github.com/wang-bin/fvp
55
topics:
66
- video

windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.14)
66

77
# Project-level configuration.
88
set(PROJECT_NAME "fvp")
9-
project(${PROJECT_NAME} VERSION 0.33.0
9+
project(${PROJECT_NAME} VERSION 0.33.1
1010
DESCRIPTION "Flutter video_player plugin via libmdk")
1111
set(PROJECT_VERSION_TWEAK 0)
1212
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)