We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b20d59 commit fed8b56Copy full SHA for fed8b56
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
7
- develop
8
- hotfix
9
paths:
10
+ - Packag*.swift
11
+ - web3swift.podspec
12
+ - Cartfile
13
- Sources/**
14
- 'Tests/**'
15
- 'web3swift*/**'
web3swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'web3swift'
3
- spec.version = '2.3.1'
+ spec.version = '2.4.0'
4
spec.ios.deployment_target = "9.0"
5
spec.osx.deployment_target = "10.11"
6
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
0 commit comments