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 a9dc2f4 commit 4ed1221Copy full SHA for 4ed1221
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
- @"09" // Build number (exactly 2 digits)
+ @"10" // Build number (exactly 2 digits)
46
@"000"; // Fixed "000"
47
// Plist file name.
48
NSString *const kServiceInfoFileName = @"GoogleService-Info";
FirebaseCommunity.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FirebaseCommunity'
3
- s.version = '0.1.4'
+ s.version = '0.1.5'
4
s.summary = 'Firebase Open Source Libraries for iOS.'
5
6
s.description = <<-DESC
0 commit comments