Skip to content

Commit 4ed1221

Browse files
authored
Update Core and Community versions for Firebase 4.5.0 release (#397)
1 parent a9dc2f4 commit 4ed1221

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-
@"09" // Build number (exactly 2 digits)
45+
@"10" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
NSString *const kServiceInfoFileName = @"GoogleService-Info";

FirebaseCommunity.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCommunity'
3-
s.version = '0.1.4'
3+
s.version = '0.1.5'
44
s.summary = 'Firebase Open Source Libraries for iOS.'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)