diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-03-10 08:42:28 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-03-10 08:42:28 +0800 |
commit | e056148a60817c872f57c7514bb77feb4486c996 (patch) | |
tree | dd6ee80700caa43e6f65ca382a3921707af703c4 | |
parent | 95610c305f6f76c2b83b6700c1e1b423a2a5ecf8 (diff) | |
download | tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.tar tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.tar.gz tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.tar.bz2 tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.tar.lz tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.tar.xz tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.tar.zst tangerine-wallet-browser-e056148a60817c872f57c7514bb77feb4486c996.zip |
Bumped version for info page deploy
-rw-r--r-- | app/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index 662d054b0..cc180945d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "0.11.0", + "version": "0.11.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { @@ -48,4 +48,4 @@ "https://metamask.io/*" ] } -}
\ No newline at end of file +} |