Skip to content

Commit

Permalink
update sdk version in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Sahaidak committed Dec 23, 2022
1 parent 9dbe174 commit e178230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"))
]
```

Expand Down

0 comments on commit e178230

Please sign in to comment.