Skip to content

Commit

Permalink
Merge pull request #13 from ethcore/version-bump
Browse files Browse the repository at this point in the history
Bumping version
  • Loading branch information
debris committed Feb 10, 2017
2 parents 9ef6d92 + f2122f9 commit 5c6069a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ethabi"
version = "0.2.3"
version = "1.0.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
homepage = "https://github.com/ethcore/ethabi"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,7 @@ This library encodes function calls and decodes their output.

```
Ethereum ABI coder.
Copyright 2016 Ethcore (UK) Limited
Copyright 2016-2017 Parity Technologies (UK) Limited
Usage:
ethabi encode function <abi-path> <function-name> [-p <param>]... [-l | --lenient]
Expand Down Expand Up @@ -164,7 +164,7 @@ ethabi decode log ./examples/event.json Event -l 0000000000000000000000000000000
- [ethabi-js](https://github.com/jacogr/ethabi-js) - javascript port of this library created by [@jacogr](https://github.com/jacogr)

# Ethcore toolchain
*this project is a part of the ethcore toolchain*
*this project is a part of the parity toolchain*

- [**ethkey**](https://github.com/ethcore/ethkey) - Ethereum keys generator and signer.
- [**ethstore**](https://github.com/ethcore/ethstore) - Ethereum key management.
Expand Down

0 comments on commit 5c6069a

Please sign in to comment.