aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-03-27 08:14:49 +0800
committerGitHub <noreply@github.com>2018-03-27 08:14:49 +0800
commit91ce48b7ad2290cacc9894787cff5f4e33f4e1c5 (patch)
treed7e10a09b5c56455d6fb46c104f6cb2c8ba4d17a
parentbd7e5dbf3823a18ae6fa5cb7f7f55aac40fca9f5 (diff)
parent3b54541a5f7fd5721a23b13720fdec6ec135dd55 (diff)
downloadtangerine-wallet-browser-91ce48b7ad2290cacc9894787cff5f4e33f4e1c5.tar.gz
tangerine-wallet-browser-91ce48b7ad2290cacc9894787cff5f4e33f4e1c5.tar.zst
tangerine-wallet-browser-91ce48b7ad2290cacc9894787cff5f4e33f4e1c5.zip
Merge pull request #3735 from MetaMask/v4.4.0
v4.4.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--app/manifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d8db6272..fa4493278 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## Current Master
+## 4.4.0 Mon Mar 26 2018
+
+- Internationalization: Taiwanese, Thai, Slovenian
- Fixes bug where MetaMask would not open once its storage grew too large.
- Updates design of new-ui Add Token screen
- New-ui can send to ens addresses
diff --git a/app/manifest.json b/app/manifest.json
index 0aac1c8df..a20f9b976 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "4.3.0",
+ "version": "4.4.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",