diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-02-20 09:09:15 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-02-20 09:09:15 +0100 |
commit | 774a79d9de7651b45d66e8667afe1493de7d678a (patch) | |
tree | e174b2e8551a80f8d987dbb714a82cfaee6492b2 | |
parent | f1bef0473bf5e3f2661dd6ba82f6350164ff69ab (diff) |
min version for Firefox
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 3df7aa687..9968c51ba 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "applications": { "gecko": { "id": "wallet@taler.net", - "strict_min_version": "50.0a1" + "strict_min_version": "58.0" } }, |