1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #5384 from MetaMask/Version-4.13.0

Version 4.13.0
This commit is contained in:
Dan Finlay 2018-10-04 17:43:59 -07:00 committed by GitHub
commit db981b827b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Current Develop Branch ## Current Develop Branch
## 4.13.0
- A rollback release, equivalent to `v4.11.1` to be deployed in the case that `v4.12.0` is found to have bugs.
## 4.11.1 Tuesday September 25 2018 ## 4.11.1 Tuesday September 25 2018
- Adds Ledger support. - Adds Ledger support.

View File

@ -1,7 +1,7 @@
{ {
"name": "__MSG_appName__", "name": "__MSG_appName__",
"short_name": "__MSG_appName__", "short_name": "__MSG_appName__",
"version": "4.11.1", "version": "4.13.0",
"manifest_version": 2, "manifest_version": 2,
"author": "https://metamask.io", "author": "https://metamask.io",
"description": "__MSG_appDescription__", "description": "__MSG_appDescription__",
@ -78,4 +78,4 @@
"*" "*"
] ]
} }
} }