Skip to content

Commit 4449f3d

Browse files
authored
Merge pull request #296 from firebase/pb-merge-4.2.0
Merge release-4.2.0 back to master
2 parents 3b67621 + a42b82b commit 4449f3d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Example/Podfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ target 'Messaging_Example_iOS' do
115115
platform :ios, '8.0'
116116

117117
pod 'FirebaseCommunity/Messaging', :path => '../'
118-
# Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
119-
# to FirebaseCore
120-
pod 'FirebaseInstanceID', '1.0.9'
118+
pod 'FirebaseInstanceID'
121119

122120
target 'Messaging_Tests_iOS' do
123121
inherit! :search_paths

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.1'
3+
s.version = '0.1.2'
44
s.summary = 'Firebase Open Source Libraries for iOS.'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)