Skip to content

Commit

Permalink
Merge pull request #92 from ostdotcom/develop
Browse files Browse the repository at this point in the history
Downstream iOS Sdk updated to `v2.3.3`
  • Loading branch information
akshayraje authored Nov 5, 2019
2 parents 8eb7fe2 + c246836 commit dd05f4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OST Wallet SDK Changelog

## Version 2.3.7
* Downstream iOS Sdk updated to `v2.3.3`

## Version 2.3.6
* Downstream Android Sdk updated to `v2.3.5`

Expand Down
2 changes: 1 addition & 1 deletion documentation/ios_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Carthage looks at a file called `Cartfile` to determine which libraries to insta

Add following entry in your `Cartfile`
```bash
github "ostdotcom/ost-wallet-sdk-ios" == 2.3.2
github "ostdotcom/ost-wallet-sdk-ios" == 2.3.3
```

Now to actually install everything run the following in your terminal:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ostdotcom/ost-wallet-sdk-react-native",
"version": "2.3.6",
"version": "2.3.7",
"description": "OST Wallet SDK for React Native applications.",
"main": "./js/index.js",
"repository": {
Expand Down

0 comments on commit dd05f4e

Please sign in to comment.