Skip to content

Commit 9f0e44b

Browse files
Merge remote-tracking branch 'origin/master' into develop
2 parents 710451b + 71fea84 commit 9f0e44b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
count = True
33
ignore-words-list = ans,deriver,inout,packag
4-
skip = *.js,*WordLists.swift,.git,Carthage,.build,build
4+
skip = *.js,*WordLists.swift,.git,Carthage,.build,build,Sources/secp256k1

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ let package = Package(
1212
.library(name: "web3swift", targets: ["web3swift"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
16-
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1")
15+
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.3.0")),
16+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1"))
1717
],
1818
targets: [
1919
.target(name: "secp256k1"),

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.1.1'
5+
spec.version = '3.2.0'
66
spec.ios.deployment_target = "13.0"
77
spec.osx.deployment_target = "10.15"
88
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }

web3swift.podspec

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

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

0 commit comments

Comments
 (0)