Skip to content

Commit 9b03634

Browse files
committed
chore: release 0.9.0, null safety
1 parent b5b0357 commit 9b03634

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

55
---
6-
## [0.8.8](https://github.com/befovy/fijkplayer/compare/v0.8.7...v0.8.8) (2020-07-11)
6+
## [0.9.0](https://github.com/befovy/fijkplayer/compare/v0.8.8...v0.9.0) (2021-05-29)
7+
8+
* null safety support
9+
---
10+
## [0.8.8](https://github.com/befovy/fijkplayer/compare/v0.8.7...v0.8.8) (2021-05-15)
711

812
* fix ios setLoop never return ([2476a3a](https://github.com/befovy/fijkplayer/commit/2476a3ac3d4ed94e315b11061dbfb646fa406046)), closes [#396](https://github.com/befovy/fijkplayer/issues/396) and [#366](https://github.com/befovy/fijkplayer/issues/366)
913

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.befovy.fijkplayer'
2-
version '1.0-SNAPSHOT'
2+
version '0.9.0'
33

44
buildscript {
55
repositories {

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- BIJKPlayer (0.7.10)
3-
- fijkplayer (0.8.8):
3+
- fijkplayer (0.9.0):
44
- BIJKPlayer (~> 0.7.10)
55
- Flutter
66
- Flutter (1.0.0)
@@ -26,7 +26,7 @@ EXTERNAL SOURCES:
2626

2727
SPEC CHECKSUMS:
2828
BIJKPlayer: 6727b075679eb5173b6d16f42ff2f33b9a757213
29-
fijkplayer: 0d3793a2822d030ef5bba77f904bff1f7a91a115
29+
fijkplayer: f9cdfb1e8c9ba8ed31dda5689cebabe52f233907
3030
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
3131
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
3232

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packages:
119119
path: ".."
120120
relative: true
121121
source: path
122-
version: "0.8.8"
122+
version: "0.9.0"
123123
file:
124124
dependency: transitive
125125
description:

ios/fijkplayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'fijkplayer'
6-
s.version = '0.8.8'
6+
s.version = '0.9.0'
77
s.summary = 'Flutter plugin for ijkplayer'
88
s.description = <<-DESC
99
Flutter plugin for ijkplayer

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fijkplayer
22
description: A Video Player Flutter plugin based on ijkplayer, support most popular protocols and codecs
3-
version: 0.8.8
3+
version: 0.9.0
44
homepage: https://fijkplayer.befovy.com
55
repository: https://github.com/befovy/fijkplayer
66
issue_tracker: https://github.com/befovy/fijkplayer/issues

0 commit comments

Comments
 (0)