diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-09 19:55:46 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-09 19:55:46 +0800 |
commit | 2a6c84984aace51e64fe87ca6770da0208b3b65f (patch) | |
tree | e65bbc1abd261f966bbffab03eacf601c01959cb | |
parent | 0538c11576a020a0e7fe19652398547fdad4b84b (diff) | |
download | go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.tar go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.tar.gz go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.tar.bz2 go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.tar.lz go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.tar.xz go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.tar.zst go-tangerine-2a6c84984aace51e64fe87ca6770da0208b3b65f.zip |
version upgraded
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8f5ba2255..fc34be487 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ethereum.js", "namespace": "ethereum", - "version": "0.0.6", + "version": "0.0.7", "description": "Ethereum Compatible JavaScript API", "main": "./index.js", "directories": { |