From 83d1386e136d318cab3043034a6113968ffc185f Mon Sep 17 00:00:00 2001 From: Amit Davidi Date: Thu, 26 Oct 2017 10:30:57 +0300 Subject: [PATCH] v1.1.17 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7bd42d7..fba107e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "1.1.16", + "version": "1.1.17", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "author": "Lidan Hifi ", "license": "MIT", @@ -25,8 +25,8 @@ "uuid": "^2.0.3" }, "peerDependencies": { - "react-native": ">=0.25.1", - "react": ">=0.14.5" + "react": ">=0.14.5", + "react-native": ">=0.25.1" }, "devDependencies": { "babel-eslint": "^6.0.2", -- 2.26.2