Skip to content

Commit 0deae13

Browse files
committed
Update readme
1 parent 952a7d3 commit 0deae13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check out our [official iOS documentation](https://docs.authsignal.com/sdks/clie
1111
Add Authsignal to your Podfile:
1212

1313
```rb
14-
pod 'Authsignal', '~> 1.3.0'
14+
pod 'Authsignal', '~> 1.5.1'
1515
```
1616

1717
#### Swift Package Manager
@@ -20,7 +20,7 @@ Add authsignal-ios to the dependencies value of your Package.swift.
2020

2121
```swift
2222
dependencies: [
23-
.package(url: "https://github.com/authsignal/authsignal-ios.git", from: "1.3.0")
23+
.package(url: "https://github.com/authsignal/authsignal-ios.git", from: "1.5.1")
2424
]
2525
```
2626

0 commit comments

Comments
 (0)