aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-22 16:15:05 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-22 16:15:05 +0100
commitb961ca2c39d813443581b8651e6b144ee8bec6e9 (patch)
treef7479d2754df4f20bd101a739991032a2d5b0a39 /manifest.json
parenta60061788fc9fd0cc60472db5e3ef68d34854441 (diff)
downloadwallet-core-b961ca2c39d813443581b8651e6b144ee8bec6e9.tar.xz
bump web extension manifest version
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
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"
}
},