Skip to content

Commit 5b93983

Browse files
authored
chore: release f0.7.16 (bilibili#72)
1 parent 04a1f85 commit 5b93983

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
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.
55

66

7+
---
8+
## 0.7.16 (2021-10-30)
9+
10+
* fix mov seek null pointer crash
11+
712
---
813

914
## 0.7.15 (2021-07-10)

android/ijkplayer/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.7.15
21-
VERSION_CODE=000715
20+
VERSION_NAME=0.7.16
21+
VERSION_CODE=000716
2222
GROUP=com.befovy.fijkplayer
2323

2424
# http://central.sonatype.org/pages/requirements.html

ios/CocoaPodsPub/BIJKPlayer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "BIJKPlayer"
19-
spec.version = "0.7.15"
19+
spec.version = "0.7.16"
2020
spec.summary = "ijkplayer iOS video player SDK"
2121

2222
spec.author = { "befovy" => "befovy@gmail.com" }
@@ -78,7 +78,7 @@ Pod::Spec.new do |spec|
7878
# Supports git, hg, bzr, svn and HTTP.
7979
#
8080

81-
spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.15/IJKMediaPlayer.tar.gz" }
81+
spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.16/IJKMediaPlayer.tar.gz" }
8282

8383
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
8484
#

0 commit comments

Comments
 (0)