Skip to content

Commit

Permalink
Merge pull request #277 from afterpay/release/5.7.1
Browse files Browse the repository at this point in the history
chore: prepare release v5.7.1 (EIT-4500)
  • Loading branch information
mmroz authored Aug 22, 2024
2 parents 6f70db2 + e2ce615 commit a43f160
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configurations/Afterpay-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ TARGETED_DEVICE_FAMILY = 1,2
// This setting defines the user-visible version of the project. The value corresponds to
// the `CFBundleShortVersionString` key in your app's Info.plist.

MARKETING_VERSION = 5.7.0
MARKETING_VERSION = 5.7.1
2 changes: 1 addition & 1 deletion Sources/Afterpay/Model/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
import Foundation

final class Version {
static let shortVersion = "5.7.0"
static let shortVersion = "5.7.1"
static let sdkVersion = "\(shortVersion)-ios"
}
4 changes: 2 additions & 2 deletions docs/src/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is the recommended integration method.

``` swift
dependencies: [
.package(url: "https://github.com/afterpay/sdk-ios.git", .upToNextMajor(from: "5.7.0"))
.package(url: "https://github.com/afterpay/sdk-ios.git", .upToNextMajor(from: "5.7.1"))
]
```

Expand Down Expand Up @@ -65,7 +65,7 @@ Add the Afterpay SDK as a [git submodule][git-submodule]{:target="_blank"} by na
``` sh
git submodule add https://github.com/afterpay/sdk-ios.git Afterpay
cd Afterpay
git checkout 5.7.0
git checkout 5.7.1
```

#### Project / Workspace Integration
Expand Down

0 comments on commit a43f160

Please sign in to comment.