Skip to content

Commit

Permalink
Prepare for 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huwr committed Aug 21, 2021
1 parent 649c11a commit fe25eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 3.0.2
MARKETING_VERSION = 3.0.3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This is the recommended integration method.

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

Expand Down Expand Up @@ -109,7 +109,7 @@ Add the Afterpay SDK as a [git submodule][git-submodule] by navigating to the ro
```
git submodule add https://github.com/afterpay/sdk-ios.git Afterpay
cd Afterpay
git checkout 3.0.2
git checkout 3.0.3
```

#### Project / Workspace Integration
Expand Down

0 comments on commit fe25eab

Please sign in to comment.