taler-typescript-core

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

commit ced461cba2e2470226c2ac7deeb7ab43c6efff08
parent 34b1d86d5f2fe504a183199fb76550b167fa3457
Author: tg(x) <*@tg-x.net>
Date:   Tue, 11 Oct 2016 17:37:09 +0200

manifest: fix strict_min_version

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

diff --git a/manifest.json b/manifest.json @@ -10,7 +10,7 @@ "applications": { "gecko": { "id": "devs@taler.net", - "strict_min_version": "50" + "strict_min_version": "50.0a1" } },