Skip to content

Commit 8bc3fca

Browse files
committed
Fix FIROptions version.
1 parent 93d20d8 commit 8bc3fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firebase/Core/FIROptions.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
// Library version ID.
4343
NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits)
44-
@"02" // Minor version (exactly 2 digits)
45-
@"01" // Build number (exactly 2 digits)
44+
@"03" // Minor version (exactly 2 digits)
45+
@"00" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
NSString *const kServiceInfoFileName = @"GoogleService-Info";

0 commit comments

Comments
 (0)