diff --git a/Example/package.json b/Example/package.json index e32f1b19..21cafcd2 100644 --- a/Example/package.json +++ b/Example/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.8.3", "react-native": "0.59.8", - "react-native-rtmpview": "^1.0.26" + "react-native-rtmpview": "^1.0.27" }, "devDependencies": { "@babel/core": "^7.4.4", diff --git a/package.json b/package.json index c3558581..a2040229 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-rtmpview", "title": "React Native RtmpView", - "version": "1.0.26", + "version": "1.0.27", "summary": "RTMP in RN", "description": "Show RTMP views on iOS + Android using React Native", "main": "index.js",