Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 1ea5f5c

Browse files
committed
Merge pull request #226 from ParsePlatform/nlutsenko.120
ParseUI 1.2.0
2 parents b4a3219 + 656b0cf commit 1ea5f5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ParseUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseUI'
3-
s.version = '1.1.7'
3+
s.version = '1.2.0'
44
s.license = { :type => 'SDK', :file => 'LICENSE'}
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'ParseUI is a library of useful User Interface components for the Parse iOS SDK.'

ParseUI/Resources/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.1.7</string>
16+
<string>1.2.0</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
@@ -22,8 +22,8 @@
2222
<string>iPhoneOS</string>
2323
</array>
2424
<key>CFBundleVersion</key>
25-
<string>1.1.7</string>
25+
<string>1.2.0</string>
2626
<key>MinimumOSVersion</key>
27-
<string>6.0</string>
27+
<string>7.0</string>
2828
</dict>
2929
</plist>

0 commit comments

Comments
 (0)