From 753ef5f40de8a3e67b75e94aaf54efbd213697a4 Mon Sep 17 00:00:00 2001 From: Maxim Shoustin Date: Mon, 14 Nov 2016 12:46:09 +0200 Subject: [PATCH] 1.0.1 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fdd15fab..115fa5dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appsflyer", - "version": "1.0.0", + "version": "1.0.1", "description": "React Native Appsflyer plugin", "main": "index.js", "scripts": { @@ -11,13 +11,13 @@ "setup": "cd demo; npm install; cd ..; npm run preparedemo;", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Appsflyer", - "license": "MIT License", - "homepage": "https://github.com/AppsFlyerSDK/react-native-appsflyer#readme", - "keywords": [ + "author": "Appsflyer", + "license": "MIT License", + "homepage": "https://github.com/AppsFlyerSDK/react-native-appsflyer#readme", + "keywords": [ "react-native", "react", "native", "appsflyer" ] -} \ No newline at end of file +}