From 86836496f20f06a749d45227172695c459c32291 Mon Sep 17 00:00:00 2001 From: chen Date: Wed, 30 Nov 2016 14:18:07 +0800 Subject: [PATCH] version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7eb7fae..08ad306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-media-kit", - "version": "0.0.14", + "version": "0.2.0", "description": "Video and Audio component for react-native apps, supporting both iOS and Android.", "main": "library/index.js", "scripts": { @@ -10,7 +10,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "git+https://github.com/ldn0x7dc/react-native-media-kit.git" + "url": "git+https://github.com/chinaczy/react-native-media-kit.git" }, "keywords": [ "video", @@ -19,9 +19,9 @@ "react-native" ], "bugs": { - "url": "https://github.com/ldn0x7dc/react-native-media-kit/issues" + "url": "https://github.com/chinaczy/react-native-media-kit/issues" }, - "homepage": "https://github.com/ldn0x7dc/react-native-media-kit#readme", + "homepage": "https://github.com/chinaczy/react-native-media-kit#readme", "dependencies": { "@ldn0x7dc/react-native-slider": "0.0.3" }