Skip to content

Commit 9d61fd1

Browse files
committed
Merge pull request #123 from ParsePlatform/nlutsenko.182
Update versions for 1.8.2 release.
2 parents 9cf8988 + 4dece6b commit 9d61fd1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Parse.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Parse'
3-
s.version = '1.8.1'
3+
s.version = '1.8.2'
44
s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" }
55
s.homepage = 'https://www.parse.com/'
66
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'

Parse/PFConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/// @name Version
1919
///--------------------------------------
2020

21-
#define PARSE_VERSION @"1.8.1"
21+
#define PARSE_VERSION @"1.8.2"
2222

2323
extern NSInteger const PARSE_API_VERSION;
2424

Parse/Resources/Framework.plist

Lines changed: 2 additions & 2 deletions
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.8.1</string>
16+
<string>1.8.2</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleSupportedPlatforms</key>
@@ -22,7 +22,7 @@
2222
<string>iPhoneOS</string>
2323
</array>
2424
<key>CFBundleVersion</key>
25-
<string>1.8.1</string>
25+
<string>1.8.2</string>
2626
<key>MinimumOSVersion</key>
2727
<string>6.0</string>
2828
</dict>

Parse/Resources/FrameworkOSX.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
@@ -13,10 +13,10 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.8.1</string>
16+
<string>1.8.2</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.8.1</string>
20+
<string>1.8.2</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)