Skip to content

Commit e30d75c

Browse files
authored
Merge pull request #60 from anistarsung/UpdateVersion
Update project settings for 1.2.2
2 parents 83e5dd6 + 0112c7a commit e30d75c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AppDevKit.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 = "AppDevKit"
4-
s.version = "1.2.1"
4+
s.version = "1.2.2"
55
s.summary = "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide."
66
s.homepage = "https://github.com/yahoo/AppDevKit"
77
s.license = "Yahoo! Inc. BSD license"

AppDevKit/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.1</string>
18+
<string>1.2.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1503472012</string>
22+
<string>1504090490</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSCameraUsageDescription</key>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.2.2
6+
#### Fixed
7+
* Fix Pull-To-Refresh on iOS11. Pull-to-refresh triggers reloading immediately even pulling down for a very short distance then releasing on iOS 11. We fixed this problem in this version.
8+
59
## 1.2.1
610
#### Fixed
711
* Fixing the problem of image results with wrong mirror mode. It might be triggerd after users flip camera lens from rear to front or front to rear.

0 commit comments

Comments
 (0)