Skip to content

Commit 1170eec

Browse files
committed
II-15-[bump version]
1 parent f72d45d commit 1170eec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HTTPClient_Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.1</string>
18+
<string>1.2.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Shakuro HTTPClient](Resources/title_image.png)
22
<br><br>
33
# HTTPClient
4-
![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)
4+
![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)
55
![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)
66
![License MIT](https://img.shields.io/badge/license-MIT-green.svg)
77

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.2.1'
4+
s.version = '1.2.2'
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)