From 4f2a309a7e5a9b1a001e483cd9fc07d6d8e66976 Mon Sep 17 00:00:00 2001 From: Koray Koska Date: Sun, 24 Jun 2018 15:54:43 +0200 Subject: [PATCH] Bump version to 0.3.0 --- README.md | 4 ++-- Web3.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f4fe88f..529dbf50 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Web3 is compatible with Swift Package Manager v4 (Swift 4 and above). Simply add ```Swift dependencies: [ - .package(url: "https://github.com/Boilertalk/Web3.swift.git", from: "0.2.0") + .package(url: "https://github.com/Boilertalk/Web3.swift.git", from: "0.3.0") ] ``` @@ -265,7 +265,7 @@ firstly { let tx = try EthereumTransaction( nonce: nonce, gasPrice: EthereumQuantity(quantity: 21.gwei), - gasLimit: 21000, + gas: 21000, to: EthereumAddress(hex: "0xC0866A1a0ed41e1aa75c932cA3c55fad847fd90D", eip55: true), value: EthereumQuantity(quantity: 1.eth) ) diff --git a/Web3.podspec b/Web3.podspec index 44e977e7..09430ba7 100644 --- a/Web3.podspec +++ b/Web3.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Web3' - s.version = '0.2.1' + s.version = '0.3.0' s.summary = 'Web3 library for Swift. Sign transactions and interact with Smart Contracts in the Ethereum Network.' s.description = <<-DESC