Skip to content

Commit 6978c41

Browse files
author
Sergey
committed
II-15-[bump version]
1 parent e2b2f9b commit 6978c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ workspace 'HTTPClient'
88

99
target 'HTTPClient_Framework' do
1010
project 'HTTPClient_Framework.xcodeproj'
11-
pod 'Shakuro.CommonTypes', '1.1.5'
11+
pod 'Shakuro.CommonTypes', '1.1.6'
1212
pod 'Alamofire', '5.9.1'
1313
end
1414

1515
target 'HTTPClient_Example' do
1616
project 'HTTPClient_Example.xcodeproj'
1717
pod 'SwiftLint', '0.43.1'
18-
pod 'Shakuro.CommonTypes', '1.1.5'
18+
pod 'Shakuro.CommonTypes', '1.1.6'
1919
pod 'Alamofire', '5.9.1'
2020
end

Shakuro.HTTPClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'Shakuro.HTTPClient'
4-
s.version = '1.1.5'
4+
s.version = '1.1.6'
55
s.summary = 'HTTP client for iOS'
66
s.homepage = 'https://github.com/shakurocom/HTTPClient'
77
s.license = { :type => "MIT", :file => "LICENSE.md" }

0 commit comments

Comments
 (0)