From 29909a27f592ac1bca98bfe7058b576167445518 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Sep 2016 20:06:53 +0200 Subject: [PATCH] chrome version --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0d2fb4608..d5c553460 100644 --- 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" }