Skip to content

Commit

Permalink
Bump v16.1.3
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: amleshjk

Differential Revision: D47358021

fbshipit-source-id: 5d2915db150e9d2e607621ba9402e989ffcf864f
  • Loading branch information
Zilin Zhang authored and facebook-github-bot committed Jul 11, 2023
1 parent 2486c9c commit 75eb55c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v16.1.2...HEAD)
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v16.1.3...HEAD)

## 16.1.3

[2023-07-10](https://github.com/facebook/facebook-ios-sdk/releases/tag/v16.1.3) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v16.1.2...v16.1.3)

This comment has been minimized.

Copy link
@nmamlm

## 16.1.2

Expand Down
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.

// The version for FBSDK
FBSDK_PROJECT_VERSION=16.1.2
FBSDK_PROJECT_VERSION=16.1.3
2 changes: 1 addition & 1 deletion FBAEMKit/FBAEMKit/AEMNetworker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class AEMNetworker: NSObject, AEMNetworking, URLSessionDataDelegate {

private enum Values {
static let newline = "\r\n"
static let versionString = "16.1.2"
static let versionString = "16.1.3"
static let defaultGraphAPIVersion = "v16.0"
static let SDK = "ios"
static let userAgentBase = "FBiOSAEM"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit/FBSDKCoreKit/include/FBSDKCoreKitVersions.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* LICENSE file in the root directory of this source tree.
*/

#define FBSDK_VERSION_STRING @"16.1.2"
#define FBSDK_VERSION_STRING @"16.1.3"
#define FBSDK_DEFAULT_GRAPH_API_VERSION @"v16.0"
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class AppLinkNavigationTests: XCTestCase {
eventPoster = TestMeasurementEvent()
resolver = TestAppLinkResolver()
settings = TestSettings()
settings.sdkVersion = "16.1.2"
settings.sdkVersion = "16.1.3"
urlOpener = URLOpener(canOpenURL: true)
AppLinkNavigation.defaultResolver = resolver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define FBSDK_MAX_CRASH_LOGS 5
#define FBSDK_CRASH_PATH_NAME @"instrument"
#ifndef FBSDK_VERSION_STRING
#define FBSDK_VERSION_STRING @"16.1.2"
#define FBSDK_VERSION_STRING @"16.1.3"
#endif

static NSUncaughtExceptionHandler *previousExceptionHandler = NULL;
Expand Down

1 comment on commit 75eb55c

@badraldeenh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

السلام عليكم

Please sign in to comment.