Skip to content

Commit

Permalink
chore: release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed Jul 4, 2020
1 parent ef12433 commit ca258b2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.5](https://github.com/befovy/fijkplayer/compare/v0.8.4...v0.8.5) (2020-07-04)

* fix slider pos after seek and fullscreen toggle ([354b436](https://github.com/befovy/fijkplayer/commit/354b436fe5f3c4e73b93e985822cacfb1633b159)), closes [#261](https://github.com/befovy/fijkplayer/issues/261)
* enable iOS bitcode ([a0f1ad2](https://github.com/befovy/fijkplayer/commit/a0f1ad2e2e10a2bdb39d63bfabe4175793ccebc7))

---
## [0.8.4](https://github.com/befovy/fijkplayer/compare/v0.8.3...v0.8.4) (2020-05-16)

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.6)
- fijkplayer (0.8.4):
- fijkplayer (0.8.5):
- BIJKPlayer (~> 0.7.6)
- Flutter
- Flutter (1.0.0)
Expand Down Expand Up @@ -36,7 +36,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
BIJKPlayer: 5f6ab4b6cafcff21e0264bdcd006a81c42411a5d
fijkplayer: d587b7aefa53a89f4c38db4cfb631c3f2ce4a3d3
fijkplayer: 7eea6a92c565afb0bc40a6863d9068a62cb14878
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
shared_preferences_macos: f3f29b71ccbb56bf40c9dd6396c9acf15e214087
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.8.4"
version: "0.8.5"
file:
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: fijkplayer_example
description: Demonstrates how to use the fijkplayer plugin.
publish_to: 'none'
version: 0.8.4
version: 0.8.5
environment:
sdk: ">=2.2.2 <3.0.0"

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.4'
s.version = '0.8.5'
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.4
version: 0.8.5
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 ca258b2

Please sign in to comment.