Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Eafy committed Oct 25, 2019
1 parent 6b57716 commit d27fe18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-rtmp-player-jm",
"version": "1.0.8",
"version": "1.0.9",
"description": "Jimi Video Player for RTMP SDK modules and view for React Native(Android & IOS), support react native 0.57+. ",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions react-native-rtmp-player-jm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "react-native-rtmp-player-jm"
s.version = "1.0.7"
s.version = "1.0.9"
s.summary = "Jimi RTMP Video Player SDK for React Native"

s.description = <<-DESC
Expand All @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.libraries = "c++"

s.dependency 'React'
s.dependency 'JimiVideoPlayer', '~> 1.3.7.4'
s.dependency 'JimiVideoPlayer'
end

0 comments on commit d27fe18

Please sign in to comment.