diff --git a/README.md b/README.md index 3ba1422..32da110 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Reteno iOS SDK for Mobile Customer Engagement and Analytics solutions [CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Reteno into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby -pod 'Reteno', '1.4.0' +pod 'Reteno', '1.5.0' ``` ### Swift Package Manager @@ -31,7 +31,7 @@ Once you have your Swift package set up, adding Reteno as a dependency is as eas ```swift dependencies: [ - .package(url: "https://github.com/reteno-com/reteno-mobile-ios-sdk.git", .upToNextMajor(from: "1.4.0")) + .package(url: "https://github.com/reteno-com/reteno-mobile-ios-sdk.git", .upToNextMajor(from: "1.5.0")) ] ```