aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-04-04 10:56:23 -0400
committerGravatar GitHub <noreply@github.com>2018-04-04 10:56:23 -0400
commit465e9a1f0ea9dc552a5bf4afbb164a433c6b5e62 (patch)
tree488517d82e0c2c71c9daf33e17fdb60e881c2567 /Firebase
parentfbe9f9c30c025842a3657055f8dfabbc77f65bf2 (diff)
Update component versions for 4.12.0 (#1024)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Core/FIROptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m
index b53fa52..52c254e 100644
--- a/Firebase/Core/FIROptions.m
+++ b/Firebase/Core/FIROptions.m
@@ -43,7 +43,7 @@ NSString *const kFIRIsSignInEnabled = @"IS_SIGNIN_ENABLED";
NSString *const kFIRLibraryVersionID =
@"4" // Major version (one or more digits)
@"00" // Minor version (exactly 2 digits)
- @"18" // Build number (exactly 2 digits)
+ @"19" // Build number (exactly 2 digits)
@"000"; // Fixed "000"
// Plist file name.
NSString *const kServiceInfoFileName = @"GoogleService-Info";