mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Bump version
This commit is contained in:
parent
5aa1dba83f
commit
652c1d96c1
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
# 1.6.0 2016-04-22
|
||||||
|
|
||||||
- Pending transactions are now persisted to localStorage and resume even after browser is closed.
|
- Pending transactions are now persisted to localStorage and resume even after browser is closed.
|
||||||
- Completed transactions are now persisted and can be displayed via UI.
|
- Completed transactions are now persisted and can be displayed via UI.
|
||||||
- Added transaction list to account detail view.
|
- Added transaction list to account detail view.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "1.5.1",
|
"version": "1.6.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
Loading…
Reference in New Issue
Block a user