We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddcaad commit 16a2915Copy full SHA for 16a2915
Web3Core.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
spec.compiler_flags = '-DCOCOAPODS'
3
4
spec.name = 'Web3Core'
5
- spec.version = '3.1.1'
+ spec.version = '3.1.2'
6
spec.ios.deployment_target = "13.0"
7
spec.osx.deployment_target = "10.15"
8
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
web3swift.podspec
@@ -1,4 +1,4 @@
1
-WEB3CORE_VERSION ||= '3.1.1'
+WEB3CORE_VERSION ||= '3.1.2'
Pod::Spec.new do |spec|
spec.name = 'web3swift'
0 commit comments