diff --git a/.codespellrc b/.codespellrc index 96f480b57..e33699071 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] count = True ignore-words-list = ans,deriver,inout,packag -skip = *.js,*WordLists.swift,.git,Carthage,.build,build +skip = *.js,*WordLists.swift,.git,Carthage,.build,build,Sources/secp256k1 diff --git a/Package.swift b/Package.swift index 96a315782..31ea70936 100755 --- a/Package.swift +++ b/Package.swift @@ -12,8 +12,8 @@ let package = Package( .library(name: "web3swift", targets: ["web3swift"]) ], dependencies: [ - .package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"), - .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1") + .package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.3.0")), + .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1")) ], targets: [ .target(name: "secp256k1"), diff --git a/Web3Core.podspec b/Web3Core.podspec index 0da2cabc9..e407b5e15 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.compiler_flags = '-DCOCOAPODS' spec.name = 'Web3Core' - spec.version = '3.1.1' + spec.version = '3.2.0' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } diff --git a/web3swift.podspec b/web3swift.podspec index 50da01f53..5b1a11da7 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,4 +1,4 @@ -WEB3CORE_VERSION ||= '3.1.1' +WEB3CORE_VERSION ||= '3.2.0' Pod::Spec.new do |spec| spec.name = 'web3swift'