Skip to content

Commit

Permalink
Bump version to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Sep 18, 2024
1 parent cbd96ca commit 5aa9b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.19.0'
pod 'BlockChyp', '~> 2.20.0'
```

Note: If you're using Swift, you'll need to make sure dynamic frameworks are turned
Expand Down
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.19.0"
spec.version = "2.20.0"
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 5aa9b88

Please sign in to comment.