Skip to content

Commit

Permalink
Merge pull request #15 from AmyBeall/patch-2
Browse files Browse the repository at this point in the history
Update UPGRADE.md
  • Loading branch information
Dipti Bele authored Apr 30, 2019
2 parents 971bb51 + 3f4e74a commit 5f28514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.0`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage).
The latest version is `v5.0.2`, you can upgrade sdk by [CocoaPods](https://cocoapods.org/) and [Carthage](https://github.com/Carthage/Carthage).

For example:

Expand All @@ -15,7 +15,7 @@ if you use [CocoaPods](https://cocoapods.org/), please make sure you pod repo co
If you already use specific sdk version in Podfile, please modify the line related to affirmSDK as follows:

```
pod 'AffirmSDK', '~> 5.0.0'
pod 'AffirmSDK', '~> 5.0.2'
```

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

0 comments on commit 5f28514

Please sign in to comment.