Skip to content

Commit

Permalink
v5.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jul 29, 2019
1 parent 52ad176 commit ea90138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public List<Component<?>> getComponents() {
return Collections.singletonList(
LibraryVersionComponent.create(
"react-native-firebase",
"5.5.5"
"5.5.6"
)
);
}
Expand Down
2 changes: 1 addition & 1 deletion ios/RNFirebase/RNFirebase.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-firebase",
"version": "5.5.5",
"version": "5.5.6",
"author": "Invertase <oss@invertase.io> (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",
Expand Down

0 comments on commit ea90138

Please sign in to comment.