Skip to content

Commit

Permalink
Bump podspecs version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Mar 3, 2023
1 parent 2ddcaad commit 16a2915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Web3Core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.compiler_flags = '-DCOCOAPODS'

spec.name = 'Web3Core'
spec.version = '3.1.1'
spec.version = '3.1.2'
spec.ios.deployment_target = "13.0"
spec.osx.deployment_target = "10.15"
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEB3CORE_VERSION ||= '3.1.1'
WEB3CORE_VERSION ||= '3.1.2'

Pod::Spec.new do |spec|
spec.name = 'web3swift'
Expand Down

0 comments on commit 16a2915

Please sign in to comment.