Skip to content

Commit

Permalink
Update UPGRADE.md
Browse files Browse the repository at this point in the history
Update version to 5.0.14
  • Loading branch information
vcello authored Oct 27, 2020
1 parent 0a76266 commit 0a454bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ How to upgrade?
If you want to upgrade you sdk to the lastest, please check the following points:

## Version
The latest version is `v5.0.13`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage).
The latest version is `v5.0.14`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage).

For example:

if you use [CocoaPods](https://cocoapods.org/), please make sure you pod repo contains `v5.0.13`, you can use `pod search AffirmSDK` to check it. Otherwise, you should update pod repo before upgrade.
if you use [CocoaPods](https://cocoapods.org/), please make sure you pod repo contains `v5.0.14`, you can use `pod search AffirmSDK` to check it. Otherwise, you should update pod repo before upgrade.


## Fetch updated library

If you already use specific sdk version in Podfile, please modify the line related to affirmSDK as follows:

```
pod 'AffirmSDK', '~> 5.0.13'
pod 'AffirmSDK', '~> 5.0.14'
```

Otherwise, just use `pod update AffirmSDK` in terminal to update AffirmSDK.
Expand Down

0 comments on commit 0a454bb

Please sign in to comment.