Skip to content

Commit

Permalink
Update UPGRADE.md (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyBeall authored Jun 20, 2019
1 parent 6b25991 commit 69ad9f1
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.3`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage).
The latest version is `v5.0.4`, 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.3`, 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.4`, 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.3'
pod 'AffirmSDK', '~> 5.0.4'
```

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

0 comments on commit 69ad9f1

Please sign in to comment.