Skip to content

Commit

Permalink
Bump version to 2.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Aug 6, 2024
1 parent 8c53383 commit f25f588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The preferred method of installing BlockChyp is via cocoapods. Add the following
dependency to your Podfile and type `pod install`.

```
pod 'BlockChyp', '~> 2.18.5'
pod 'BlockChyp', '~> 2.18.6'
```

Note: If you're using Swift, you'll need to make sure dynamic frameworks are turned
Expand Down Expand Up @@ -7277,6 +7277,8 @@ Here's the full list with links to their GitHub repositories.

[Node.js/JavaScript SDK](https://github.com/blockchyp/blockchyp-js)

[Typescript SDK](https://github.com/blockchyp/blockchyp-ts)

[Java SDK](https://github.com/blockchyp/blockchyp-java)

[.net/C# SDK](https://github.com/blockchyp/blockchyp-csharp)
Expand All @@ -7288,3 +7290,5 @@ Here's the full list with links to their GitHub repositories.
[Python SDK](https://github.com/blockchyp/blockchyp-python)

[iOS (Objective-C/Swift) SDK](https://github.com/blockchyp/blockchyp-ios)

[Rust SDK](https://github.com/blockchyp/blockchyp-rust)
2 changes: 1 addition & 1 deletion blockchyp-ios/BlockChyp.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "BlockChyp"
spec.version = "2.18.5"
spec.version = "2.18.6"
spec.summary = "BlockChyp SDK for iOS Developers."
spec.description = <<-DESC
This is the SDK for iOS. Like all BlockChyp SDKs, it provides a full
Expand Down

0 comments on commit f25f588

Please sign in to comment.