Skip to content

Commit d13ec49

Browse files
authored
Update Core version to 4.0.3 (#92)
1 parent f5cabf4 commit d13ec49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firebase/Core/FIROptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
NSString *const kFIRLibraryVersionID =
4343
@"4" // Major version (one or more digits)
4444
@"00" // Minor version (exactly 2 digits)
45-
@"02" // Build number (exactly 2 digits)
45+
@"03" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
NSString *const kServiceInfoFileName = @"GoogleService-Info";

Firebase/Core/FirebaseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Pod::Spec.new do |s|
66
s.name = 'FirebaseCore'
7-
s.version = '4.0.0'
7+
s.version = '4.0.3'
88
s.summary = 'Firebase Open Source Libraries for iOS.'
99

1010
s.description = <<-DESC

0 commit comments

Comments
 (0)