Skip to content

Commit 45b947b

Browse files
update ios sdk version
1 parent 4d48c1e commit 45b947b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/sdk/pnp/ios/ios.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a private key generated in a non custodial way on successful authentication of t
1313
authentication can be achieved by using any of the social logins Web3Auth provides or using a custom
1414
authentication flow of your choice.
1515

16-
#### This Documentation is based on the `8.1.0` SDK Version.
16+
#### This Documentation is based on the `8.1.1` SDK Version.
1717

1818
### Requirements
1919

src/common/sdk/pnp/ios/_cocoapods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To install the Web3Auth SDK using Cocoapods, follow the below steps:
33
1. Open the Podfile, and add the Web3Auth pod:
44

55
```sh
6-
pod 'Web3Auth', '~> 8.1.0'
6+
pod 'Web3Auth', '~> 8.1.1'
77
```
88

99
2. Once added, use `pod install` command to download the Web3Auth dependency.

src/common/sdk/pnp/ios/_spm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
https://github.com/Web3Auth/web3auth-swift-sdk
77
```
88

9-
From the `Dependency Rule` dropdown, select `Exact Version` and enter `8.1.0` as the version.
9+
From the `Dependency Rule` dropdown, select `Exact Version` and enter `8.1.1` as the version.
1010

1111
3. When finished, Xcode will automatically begin resolving and downloading your dependencies in the
1212
background.

0 commit comments

Comments
 (0)