taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 774a79d9de7651b45d66e8667afe1493de7d678a
parent f1bef0473bf5e3f2661dd6ba82f6350164ff69ab
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 20 Feb 2018 09:09:15 +0100

min version for Firefox

Diffstat:
Mmanifest.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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" } },