diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf7dd3b..6f00abfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Current Version +## 0.13.0 + * `EthereumKit` * Add support to BSC. Kit initialization method changed [ **non-back-compatible api change** ] * Update `Etherscan` testnet urls diff --git a/Erc20Kit.swift.podspec b/Erc20Kit.swift.podspec index d20a5557..b21d8bab 100644 --- a/Erc20Kit.swift.podspec +++ b/Erc20Kit.swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Erc20Kit.swift' s.module_name = 'Erc20Kit' - s.version = '0.12' + s.version = '0.13' s.summary = 'Erc20 token library for Swift.' s.homepage = 'https://github.com/horizontalsystems/ethereum-kit-ios' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.dependency 'EthereumKit.swift', '~> 0.12' + s.dependency 'EthereumKit.swift', '~> 0.13' s.dependency 'OpenSslKit.swift', '~> 1.0' s.dependency 'Secp256k1Kit.swift', '~> 1.0' s.dependency 'UIExtensions.swift', '~> 1.1.0' diff --git a/EthereumKit.swift.podspec b/EthereumKit.swift.podspec index 6260c86f..203b827b 100644 --- a/EthereumKit.swift.podspec +++ b/EthereumKit.swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'EthereumKit.swift' s.module_name = 'EthereumKit' - s.version = '0.12' + s.version = '0.13' s.summary = 'Ethereum wallet library for Swift.' s.description = <<-DESC diff --git a/Example/Podfile.lock b/Example/Podfile.lock index ee4d1a8e..7b4add07 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -5,15 +5,15 @@ PODS: - Cuckoo (1.4.1): - Cuckoo/Swift (= 1.4.1) - Cuckoo/Swift (1.4.1) - - Erc20Kit.swift (0.12): + - Erc20Kit.swift (0.13): - BigInt (~> 5.0) - - EthereumKit.swift (~> 0.12) + - EthereumKit.swift (~> 0.13) - GRDB.swift (~> 4.0) - OpenSslKit.swift (~> 1.0) - RxSwift (~> 5.0) - Secp256k1Kit.swift (~> 1.0) - UIExtensions.swift (~> 1.1.0) - - EthereumKit.swift (0.12): + - EthereumKit.swift (0.13): - BigInt (~> 5.0) - BlueSocket (~> 1.0) - GRDB.swift (~> 4.0) @@ -43,9 +43,9 @@ PODS: - SnapKit (5.0.1) - Starscream (3.1.1) - UIExtensions.swift (1.1.1) - - UniswapKit.swift (0.9.2): + - UniswapKit.swift (0.9.3): - BigInt (~> 5.0) - - EthereumKit.swift (~> 0.12) + - EthereumKit.swift (~> 0.13) - OpenSslKit.swift (~> 1.0) - RxSwift (~> 5.0) - Secp256k1Kit.swift (~> 1.0) @@ -103,8 +103,8 @@ SPEC CHECKSUMS: BigInt: f668a80089607f521586bbe29513d708491ef2f7 BlueSocket: 1acd943acb07b55905291d608649fcfbf8cbd57d Cuckoo: 4625f7f54d9bb880123270e8969898d6c1d036b5 - Erc20Kit.swift: 5ddd33c285d2fa4923a96442826dbb99e74edbe1 - EthereumKit.swift: 4a6ec8d95830e25e0f0bd2b0266d94294f4e38b5 + Erc20Kit.swift: 515fa9e03d2b4c8916e2a20ab37a32c1068666f4 + EthereumKit.swift: 6b637950f76c83132647e890e0fc9ed812f75483 GRDB.swift: 8cc3ab7c8b8b4ac1761deb8dca4b51c1c9d429f8 HdWalletKit.swift: 4af4ef744a446904261971e5c31daf2eea8403c5 HsToolKit.swift: d47ef3e8c507a6e980f2f6d819c5b0cf05845910 @@ -117,7 +117,7 @@ SPEC CHECKSUMS: SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0 UIExtensions.swift: 3ed084c0343ddd0f86c7c558d37759e1fd7d5778 - UniswapKit.swift: 248c7be1ed89715c588f08ea05d835f53da7049c + UniswapKit.swift: 2704b417b88cbb50fcc6ab6b5493b392194cc286 PODFILE CHECKSUM: 43ed41a4a715d1a068ba9b0c76f21db141f5d502 diff --git a/UniswapKit.swift.podspec b/UniswapKit.swift.podspec index b6698e45..d091972f 100644 --- a/UniswapKit.swift.podspec +++ b/UniswapKit.swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'UniswapKit.swift' s.module_name = 'UniswapKit' - s.version = '0.9.2' + s.version = '0.9.3' s.summary = 'Uniswap exchange integration for Swift.' s.homepage = 'https://github.com/horizontalsystems/ethereum-kit-ios' @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.dependency 'EthereumKit.swift', '~> 0.12' + s.dependency 'EthereumKit.swift', '~> 0.13' s.dependency 'OpenSslKit.swift', '~> 1.0' s.dependency 'Secp256k1Kit.swift', '~> 1.0'