We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d20d8 commit 8bc3fcaCopy full SHA for 8bc3fca
Firebase/Core/FIROptions.m
@@ -41,8 +41,8 @@
41
42
// Library version ID.
43
NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits)
44
- @"02" // Minor version (exactly 2 digits)
45
- @"01" // Build number (exactly 2 digits)
+ @"03" // Minor version (exactly 2 digits)
+ @"00" // Build number (exactly 2 digits)
46
@"000"; // Fixed "000"
47
// Plist file name.
48
NSString *const kServiceInfoFileName = @"GoogleService-Info";
0 commit comments