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 f5cabf4 commit d13ec49Copy full SHA for d13ec49
Firebase/Core/FIROptions.m
@@ -42,7 +42,7 @@
42
NSString *const kFIRLibraryVersionID =
43
@"4" // Major version (one or more digits)
44
@"00" // Minor version (exactly 2 digits)
45
- @"02" // Build number (exactly 2 digits)
+ @"03" // Build number (exactly 2 digits)
46
@"000"; // Fixed "000"
47
// Plist file name.
48
NSString *const kServiceInfoFileName = @"GoogleService-Info";
Firebase/Core/FirebaseCore.podspec
@@ -4,7 +4,7 @@
4
5
Pod::Spec.new do |s|
6
s.name = 'FirebaseCore'
7
- s.version = '4.0.0'
+ s.version = '4.0.3'
8
s.summary = 'Firebase Open Source Libraries for iOS.'
9
10
s.description = <<-DESC
0 commit comments