Skip to content

Commit cd3362f

Browse files
authored
Merge pull request #1571 from MetaMask/tracker-warp
deps - bump provider engine for warp feature
2 parents 29c7739 + e9c693e commit cd3362f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Current Master
44

5+
## 3.7.7 2017-6-8
6+
7+
- Fix bug where metamask would show old data after computer being asleep or disconnected from the internet.
8+
59
## 3.7.6 2017-6-5
610

711
- Fix bug that prevented publishing contracts.

app/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MetaMask",
33
"short_name": "Metamask",
4-
"version": "3.7.6",
4+
"version": "3.7.7",
55
"manifest_version": 2,
66
"author": "https://metamask.io",
77
"description": "Ethereum Browser Extension",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"valid-url": "^1.0.9",
124124
"vreme": "^3.0.2",
125125
"web3": "0.18.2",
126-
"web3-provider-engine": "^12.1.0",
126+
"web3-provider-engine": "^12.2.3",
127127
"web3-stream-provider": "^2.0.6",
128128
"xtend": "^4.0.1"
129129
},

0 commit comments

Comments
 (0)