From 63d0122206cd075beb65d1c5bfc7b0590801fb6f Mon Sep 17 00:00:00 2001 From: Eric Silverberg Date: Wed, 25 Sep 2019 15:06:22 -0400 Subject: [PATCH] 1.0.27 --- Example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",