diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-18 15:23:14 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-18 15:23:16 +0800 |
commit | 0d526d66b76fbf7044ce80c64d1dc296308a8786 (patch) | |
tree | 298aee98e6a5cca3a72be5d94aafafe0ce027d92 /package.json | |
parent | 8fe16df6c911f8262ae0eb839a3f036467ee0da7 (diff) | |
download | go-tangerine-0d526d66b76fbf7044ce80c64d1dc296308a8786.tar.gz go-tangerine-0d526d66b76fbf7044ce80c64d1dc296308a8786.tar.zst go-tangerine-0d526d66b76fbf7044ce80c64d1dc296308a8786.zip |
Updated version
Changed version from npm in order to publish the update
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 868a76b1d..24141ea2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ethereum.js", "namespace": "ethereum", - "version": "0.0.4", + "version": "0.0.5", "description": "Ethereum Compatible JavaScript API", "main": "./index.js", "directories": { |