diff --git a/UPGRADE.md b/UPGRADE.md index 8f0e8ee..cd7bb20 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -3,11 +3,11 @@ 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 @@ -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.13' +pod 'AffirmSDK', '~> 5.0.14' ``` Otherwise, just use `pod update AffirmSDK` in terminal to update AffirmSDK.