Skip to content

Commit 0358696

Browse files
authored
Release 6.6.0 - GDT Patch update (#3543)
1 parent f090a3c commit 0358696

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

FirebaseCoreDiagnostics.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 = 'FirebaseCoreDiagnostics'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'Firebase Core Diagnostics'
55

66
s.description = <<-DESC

GoogleDataTransport.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 = 'GoogleDataTransport'
3-
s.version = '1.0.0'
3+
s.version = '1.1.0'
44
s.summary = 'Google iOS SDK data transport.'
55

66
s.description = <<-DESC

GoogleDataTransportCCTSupport.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'GoogleDataTransportCCTSupport'
4-
s.version = '1.0.0'
4+
s.version = '1.0.1'
55
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'
66

77

@@ -30,7 +30,7 @@ Support library to provide event prioritization and uploading for the GoogleData
3030
s.source_files = 'GoogleDataTransportCCTSupport/GDTCCTLibrary/**/*'
3131
s.private_header_files = 'GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/*.h'
3232

33-
s.dependency 'GoogleDataTransport', '~> 1.0'
33+
s.dependency 'GoogleDataTransport', '~> 1.1'
3434
s.dependency 'nanopb'
3535

3636
header_search_paths = {

0 commit comments

Comments
 (0)