From 2ed1c1b56ac07cd3448dd685f4b6feaaf981d8c9 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Sat, 3 Jun 2017 13:48:35 -0400 Subject: [PATCH] 7.0.0 --- Examples/simple-fcm-client/package.json | 2 +- Examples/simple-fcm-client/yarn.lock | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Examples/simple-fcm-client/package.json b/Examples/simple-fcm-client/package.json index 98bbe67..228b458 100644 --- a/Examples/simple-fcm-client/package.json +++ b/Examples/simple-fcm-client/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.0.0-alpha.6", "react-native": "^0.44.2", - "react-native-fcm": "^6.0.2" + "react-native-fcm": "^7.0.0" }, "jest": { "preset": "jest-react-native" diff --git a/Examples/simple-fcm-client/yarn.lock b/Examples/simple-fcm-client/yarn.lock index b2944b6..baf1742 100644 --- a/Examples/simple-fcm-client/yarn.lock +++ b/Examples/simple-fcm-client/yarn.lock @@ -3129,9 +3129,9 @@ react-devtools-core@^2.0.8: shell-quote "^1.6.1" ws "^2.0.3" -react-native-fcm@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-6.0.2.tgz#432578deaf9ad0fa968424c1babb5563c68eaa7e" +react-native-fcm@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/react-native-fcm/-/react-native-fcm-7.0.0.tgz#ce821307f59adb178d0a6729b2267bd04f6ea240" react-native@^0.44.2: version "0.44.2" diff --git a/package.json b/package.json index dc2e67e..ddb6c7c 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "type": "git", "url": "git+https://github.com/evollu/react-native-fcm.git" }, - "version": "6.2.3" + "version": "7.0.0" } -- 2.26.2