diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-05-08 18:41:31 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-05-08 18:53:14 +0530 |
commit | 8056c7fb62ceb8de3171d13fd48d44bbdc43645c (patch) | |
tree | edd11e2f46791d84b3cc3f70c4b70f7905847411 | |
parent | 122574fe05a7f568d4fa968ff4fcde0c403c8a4d (diff) |
manifestv0.7.1-dev.1
-rw-r--r-- | webextension/manifest.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webextension/manifest.json b/webextension/manifest.json index 120d008c7..d8a58cd90 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -4,8 +4,8 @@ "name": "GNU Taler Wallet (git)", "description": "Privacy preserving and transparent payments", "author": "GNU Taler Developers", - "version": "0.6.77.1", - "version_name": "0.7.0.dev.1", + "version": "0.6.77.2", + "version_name": "0.7.1-dev.1", "minimum_chrome_version": "51", "minimum_opera_version": "36", @@ -28,7 +28,6 @@ ], "optional_permissions": [ - "tabs", "webRequest", "webRequestBlocking", "http://*/*", |