From 47a5b58b92913f28ab5095e5cce4f0a1255565b6 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 12 May 2016 03:02:08 -0700 Subject: [PATCH 1/2] deps - bump web3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4210abd7..3bb2dd3a1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "textarea-caret": "^3.0.1", "three.js": "^0.73.2", "through2": "^2.0.1", - "web3": "^0.15.1", + "web3": "ethereum/web3.js#0.16.0", "web3-provider-engine": "^7.6.3", "xtend": "^4.0.1" }, From 57d6ad2a3cc0e4f97181b7ce8466c8fc53735d25 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 12 May 2016 03:03:27 -0700 Subject: [PATCH 2/2] Version 1.8.3 --- CHANGELOG.md | 5 +++++ app/manifest.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b863578e..e4858e325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current Master +## 1.8.3 2016-05-12 + +- Bumped web3 to 0.6.0 +- Really fixed `eth_syncing` method response. + ## 1.8.2 2016-05-11 - Fixed bug where send view would not load correctly the first time it was visited per account. diff --git a/app/manifest.json b/app/manifest.json index 9288c3503..288c153c3 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.8.2", + "version": "1.8.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": {