diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-22 16:15:05 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-22 16:15:05 +0100 |
commit | b961ca2c39d813443581b8651e6b144ee8bec6e9 (patch) | |
tree | f7479d2754df4f20bd101a739991032a2d5b0a39 | |
parent | a60061788fc9fd0cc60472db5e3ef68d34854441 (diff) |
bump web extension manifest version
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 4b0d402fa..3d3a9a4f6 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "name": "GNU Taler Wallet (git)", "description": "Privacy preserving and transparent payments", "author": "GNU Taler Developers", - "version": "0.6.73", - "version_name": "0.6.0pre8", + "version": "0.6.74", + "version_name": "0.6.0pre9", "minimum_chrome_version": "51", "minimum_opera_version": "36", @@ -13,7 +13,7 @@ "applications": { "gecko": { "id": "wallet@taler.net", - "strict_min_version": "58.0" + "strict_min_version": "68.0" } }, |