Skip to content

Commit c373743

Browse files
authored
Merge pull request #113 from kenobilyh/230129v170
bump version to 1.7.0
2 parents 656b494 + ab796bf commit c373743

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AppDevKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AppDevKit"
4-
s.version = "1.6.0"
4+
s.version = "1.7.0"
55
s.summary = "The collection of open develop utilities for iOS development team. It contains foundational and useful features that Apple didn't provide."
66
s.homepage = "https://github.com/yahoo/AppDevKit"
77
s.license = "Yahoo! Inc. BSD license"
88

9-
s.author = { "anistar sung" => "cfsung@yahoo-inc.com", "core team" => "app-dev-kit@yahoo-inc.com" }
9+
s.author = { "anistar sung" => "cfsung@yahooinc.com", "core team" => "app-dev-kit@yahooinc.com" }
1010
s.platform = :ios, "10.0"
1111
s.ios.deployment_target = '10.0'
1212

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.6.0</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1581765628</string>
22+
<string>1674980066</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSCameraUsageDescription</key>

0 commit comments

Comments
 (0)