aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Oancea <contact@siteshop.ro>2014-11-10 21:26:10 +0800
committerMarian Oancea <contact@siteshop.ro>2014-11-10 21:26:10 +0800
commit720365859cfc56a6b59f6824f61138ed7ea8a782 (patch)
treea82b4b1fa0f78bbfdde20bef04e0fdd62e2e7194
parentd95e2b7999750a8a2fb3c54258935f916379e6c6 (diff)
downloaddexon-720365859cfc56a6b59f6824f61138ed7ea8a782.tar.gz
dexon-720365859cfc56a6b59f6824f61138ed7ea8a782.tar.zst
dexon-720365859cfc56a6b59f6824f61138ed7ea8a782.zip
Changed npm & bower version
Changed version for next npm publish
-rw-r--r--README.md2
-rw-r--r--bower.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5abc7b281..865b62c6b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] [![dev dependency status][dep-dev-image]][dep-dev-url]
-[![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js)
+<!-- [![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) -->
## Installation
diff --git a/bower.json b/bower.json
index a580bdf4b..cedae9023 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Ethereum Compatible JavaScript API",
"main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
"dependencies": {
diff --git a/package.json b/package.json
index a36762e59..38465e7bd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Ethereum Compatible JavaScript API",
"main": "./index.js",
"directories": {