Merge pull request #3854 from MetaMask/v4.5.1

Version 4.5.1
feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 95fb74d4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -2,6 +2,11 @@
## Current Master
## 4.5.1 Tue Apr 03 2018
- Fix default network (should be mainnet not Rinkeby)
- Fix Sentry automated error reporting endpoint
## 4.5.0 Mon Apr 02 2018
- (beta ui) Internationalization: Select your preferred language in the settings screen

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "4.5.0",
"version": "4.5.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",

Loading…
Cancel
Save