taler-typescript-core

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

commit 6f6458b77984ce44904f05e2c988c39846968b14
parent fb9cc8cb7de2e3159437217c01f4c2cbd0897f34
Author: Florian Dold <florian@dold.me>
Date:   Wed, 24 Jul 2024 07:13:49 +0200

webext: increase min version for firefox

Otherwise, Mozilla won't allow the upload

Diffstat:
Mpackages/taler-wallet-webextension/manifest-v2.json | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/taler-wallet-webextension/manifest-v2.json b/packages/taler-wallet-webextension/manifest-v2.json @@ -5,7 +5,7 @@ "browser_specific_settings": { "gecko": { "id": "wallet@taler.net", - "strict_min_version": "57.0" + "strict_min_version": "58.0" } }, "commands": { @@ -82,4 +82,4 @@ "page": "static/background.html", "persistent": true } -} -\ No newline at end of file +}