Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koray Koska committed Jun 24, 2018
1 parent 54e0a91 commit 4f2a309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
```

Expand Down Expand Up @@ -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)
)
Expand Down
2 changes: 1 addition & 1 deletion Web3.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4f2a309

Please sign in to comment.