aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-04-04 05:28:30 +0800
committerkumavis <aaron@kumavis.me>2018-04-04 05:28:30 +0800
commit31a9fb38c8e944653ea8c087c9bca17309b8b801 (patch)
tree9606339d493baa2cfda3a97939ddde5d487b8aee
parent27832d3e86f5d99459e4bb26996c91f52cdd115f (diff)
downloadtangerine-wallet-browser-31a9fb38c8e944653ea8c087c9bca17309b8b801.tar.gz
tangerine-wallet-browser-31a9fb38c8e944653ea8c087c9bca17309b8b801.tar.zst
tangerine-wallet-browser-31a9fb38c8e944653ea8c087c9bca17309b8b801.zip
4.5.1v.4.5.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b01fa352d..479e422f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+## 4.5.1 Tue Apr 03 2018
+
- Fix default network (should be mainnet not Rinkeby)
- Fix Sentry automated error reporting endpoint
diff --git a/app/manifest.json b/app/manifest.json
index 73496adfa..99305f20e 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -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__",