gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: minor version


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: minor version
Date: Fri, 10 Mar 2017 16:07:00 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 98de0ac  minor version
98de0ac is described below

commit 98de0acd6f71da674b2a8c8fe874d6b1d1d24582
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 10 16:06:58 2017 +0100

    minor version
---
 manifest.json | 6 +++---
 src/wallet.ts | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/manifest.json b/manifest.json
index ead48f5..623fa8c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,10 +4,10 @@
   "name": "GNU Taler Wallet (git)",
   "description": "Privacy preserving and transparent payments",
   "author": "GNU Taler Developers",
-  "version": "0.6.37",
-  "version_name": "0.2.0",
+  "version": "0.6.38",
+  "version_name": "0.2.1",
 
-  "minimum_chrome_version": "49",
+  "minimum_chrome_version": "51",
   "minimum_opera_version": "36",
 
   "applications": {
diff --git a/src/wallet.ts b/src/wallet.ts
index f88b8ef..030e603 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -913,7 +913,6 @@ export class Wallet {
     let reqUrl = URI("reserve/withdraw").absoluteTo(reserve.exchange_base_url);
     let resp = await this.http.postJson(reqUrl, wd);
 
-
     if (resp.status != 200) {
       throw new RequestException({
         hint: "Withdrawal failed",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]