From ea901386db3d2414c124b208b5f8538175528c9d Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 29 Jul 2019 21:01:45 +0100 Subject: [PATCH] v5.5.6 --- .../io/invertase/firebase/ReactNativeFirebaseAppRegistrar.java | 2 +- ios/RNFirebase/RNFirebase.m | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/src/main/java/io/invertase/firebase/ReactNativeFirebaseAppRegistrar.java b/android/src/main/java/io/invertase/firebase/ReactNativeFirebaseAppRegistrar.java index ef1b9c3f8b..e33e1ccb0a 100644 --- a/android/src/main/java/io/invertase/firebase/ReactNativeFirebaseAppRegistrar.java +++ b/android/src/main/java/io/invertase/firebase/ReactNativeFirebaseAppRegistrar.java @@ -33,7 +33,7 @@ public List> getComponents() { return Collections.singletonList( LibraryVersionComponent.create( "react-native-firebase", - "5.5.5" + "5.5.6" ) ); } diff --git a/ios/RNFirebase/RNFirebase.m b/ios/RNFirebase/RNFirebase.m index 0333d2035d..d11de8e5b3 100644 --- a/ios/RNFirebase/RNFirebase.m +++ b/ios/RNFirebase/RNFirebase.m @@ -17,7 +17,7 @@ - (id)init { if (self != nil) { DLog(@"Setting up RNFirebase instance"); #ifdef REGISTER_LIB - [FIRApp registerLibrary:@"react-native-firebase" withVersion:@"5.5.5"]; + [FIRApp registerLibrary:@"react-native-firebase" withVersion:@"5.5.6"]; #endif } return self; diff --git a/package.json b/package.json index 0fe97f2d7a..67114a1eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-firebase", - "version": "5.5.5", + "version": "5.5.6", "author": "Invertase (http://invertase.io)", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.", "main": "dist/index.js",