Skip to content

Commit

Permalink
Facebook iOS SDK 3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisp-fb committed Mar 14, 2015
2 parents f364836 + 970e9f7 commit d99bccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Facebook-iOS-SDK.podspec
Expand Up @@ -6,7 +6,7 @@
Pod::Spec.new do |s|

s.name = "Facebook-iOS-SDK"
s.version = "3.23.0"
s.version = "3.23.1"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API"

s.description = <<-DESC
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "6.0"

s.source = { :git => "https://github.com/facebook/facebook-ios-sdk.git",
:tag => "sdk-version-3.23.0"
:tag => "sdk-version-3.23.1"
}

s.source_files = "src/**/*.{h,m}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package/productbuild_distribution.xml
Expand Up @@ -12,7 +12,7 @@
<pkg-ref id="com.facebook.sdk.pkg"/>
</choice>

<title>Facebook SDK 3.23.0 for iOS</title>
<title>Facebook SDK 3.23.1 for iOS</title>
<conclusion file="README.txt" mime-type="text/plain" />
<readme file="README.txt" mime-type="text/plain" />
<domains enable_currentUserHome="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/FacebookSDK.h
Expand Up @@ -138,6 +138,6 @@
*/

#define FB_IOS_SDK_VERSION_STRING @"3.23.0"
#define FB_IOS_SDK_VERSION_STRING @"3.23.1"
#define FB_IOS_SDK_TARGET_PLATFORM_VERSION @"v2.2"

0 comments on commit d99bccd

Please sign in to comment.