From 6429bd416c89b41c30f43d7b03ac50ac2fadebeb Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 19 Apr 2022 15:25:05 +0300 Subject: [PATCH] Update Cocoapods version --- web3swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index e0253953c..853acd1a5 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'web3swift' - spec.version = '2.6.0' + spec.version = '2.6.1' spec.ios.deployment_target = "9.0" spec.osx.deployment_target = "10.12" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }