Skip to content

Commit

Permalink
Merge pull request #141 from square/LW/Bump_Aardvark_4.1_and_Aardvark…
Browse files Browse the repository at this point in the history
…MailUI_1.1
  • Loading branch information
cocoalabs authored Apr 12, 2023
2 parents 18ea6e0 + 1313281 commit bd1c287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Aardvark.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aardvark'
s.version = '4.0.0'
s.version = '4.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Aardvark is a library that makes it dead simple to create actionable bug reports.'
s.homepage = 'https://github.com/square/Aardvark'
Expand Down
4 changes: 2 additions & 2 deletions AardvarkMailUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AardvarkMailUI'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Aardvark components for submitting a bug report via an email composer.'
s.homepage = 'https://github.com/square/Aardvark'
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/AardvarkMailUI/**/*.{h,m,swift}'
s.private_header_files = 'Sources/AardvarkMailUI/**/*_Testing.h', 'Sources/AardvarkMailUI/PrivateCategories/*.h'

s.dependency 'Aardvark', '~> 4.0'
s.dependency 'Aardvark', '~> 4.1.0'
end

0 comments on commit bd1c287

Please sign in to comment.