Skip to content

Commit

Permalink
chore: release 0.9.0, null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed May 29, 2021
1 parent b5b0357 commit 9b03634
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
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.

---
## [0.8.8](https://github.com/befovy/fijkplayer/compare/v0.8.7...v0.8.8) (2020-07-11)
## [0.9.0](https://github.com/befovy/fijkplayer/compare/v0.8.8...v0.9.0) (2021-05-29)

* null safety support
---
## [0.8.8](https://github.com/befovy/fijkplayer/compare/v0.8.7...v0.8.8) (2021-05-15)

* 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)

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.befovy.fijkplayer'
version '1.0-SNAPSHOT'
version '0.9.0'

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- BIJKPlayer (0.7.10)
- fijkplayer (0.8.8):
- fijkplayer (0.9.0):
- BIJKPlayer (~> 0.7.10)
- Flutter
- Flutter (1.0.0)
Expand All @@ -26,7 +26,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
BIJKPlayer: 6727b075679eb5173b6d16f42ff2f33b9a757213
fijkplayer: 0d3793a2822d030ef5bba77f904bff1f7a91a115
fijkplayer: f9cdfb1e8c9ba8ed31dda5689cebabe52f233907
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.8.8"
version: "0.9.0"
file:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/fijkplayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'fijkplayer'
s.version = '0.8.8'
s.version = '0.9.0'
s.summary = 'Flutter plugin for ijkplayer'
s.description = <<-DESC
Flutter plugin for ijkplayer
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: fijkplayer
description: A Video Player Flutter plugin based on ijkplayer, support most popular protocols and codecs
version: 0.8.8
version: 0.9.0
homepage: https://fijkplayer.befovy.com
repository: https://github.com/befovy/fijkplayer
issue_tracker: https://github.com/befovy/fijkplayer/issues
Expand Down

0 comments on commit 9b03634

Please sign in to comment.