taler-typescript-core

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

commit 29909a27f592ac1bca98bfe7058b576167445518
parent 673aea30bbf673fb140d3e9e08f984462ceaae93
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 28 Sep 2016 20:06:53 +0200

chrome version

Diffstat:
Mmanifest.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json @@ -2,7 +2,7 @@ "description": "Privacy preserving and transparent payments", "manifest_version": 2, "name": "GNU Taler Wallet (git)", - "version": "0.6.5", + "version": "0.6.6", "version_name": "0.0.1-pre2", "applications": { @@ -47,5 +47,5 @@ "page": "background/background.html" }, - "minimum_chrome_version": "47.0.2526" + "minimum_chrome_version": "49" }