Skip to content

Commit 26c4e74

Browse files
committedNov 3, 2022
Bump podspecs version
1 parent ee7c6a3 commit 26c4e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Web3Core.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22
spec.compiler_flags = '-DCOCOAPODS'
33

44
spec.name = 'Web3Core'
5-
spec.version = '3.0.4'
5+
spec.version = '3.0.5'
66
spec.module_name = 'Core'
77
spec.ios.deployment_target = "13.0"
88
spec.osx.deployment_target = "10.15"

‎web3swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WEB3CORE_VERSION ||= '3.0.4'
1+
WEB3CORE_VERSION ||= '3.0.5'
22

33
Pod::Spec.new do |spec|
44
spec.name = 'web3swift'

0 commit comments

Comments
 (0)
Please sign in to comment.