aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-03 23:58:49 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-03 23:58:49 +0800
commit4a54b8c451f15e0b164abd0f3e674955bbaa6bb8 (patch)
tree7c73c340d4d95cd1251e67d412668a4230b0c815
parentf1a5cf9128170b85428259c8b0ecfaed5b3e17d1 (diff)
downloadgo-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.tar
go-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.tar.gz
go-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.tar.bz2
go-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.tar.lz
go-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.tar.xz
go-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.tar.zst
go-tangerine-4a54b8c451f15e0b164abd0f3e674955bbaa6bb8.zip
version upgrade 0.0.12
-rw-r--r--bower.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 420618390..6ba706bcd 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.11",
+ "version": "0.0.12",
"description": "Ethereum Compatible JavaScript API",
"main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
"dependencies": {
diff --git a/package.json b/package.json
index a61ffc76a..4028b4582 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ethereum.js",
"namespace": "ethereum",
- "version": "0.0.11",
+ "version": "0.0.12",
"description": "Ethereum Compatible JavaScript API",
"main": "./index.js",
"directories": {