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: v0.2.3


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: v0.2.3
Date: Wed, 31 May 2017 17:08:30 +0200

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 f5da3fcd v0.2.3
f5da3fcd is described below

commit f5da3fcd1989b4cffeec72c28ce0dad3a586c31f
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 31 17:10:12 2017 +0200

    v0.2.3
---
 manifest.json | 4 ++--
 src/wallet.ts | 2 +-
 web-common    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manifest.json b/manifest.json
index 1fa5282f..500fb12c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,8 +4,8 @@
   "name": "GNU Taler Wallet (git)",
   "description": "Privacy preserving and transparent payments",
   "author": "GNU Taler Developers",
-  "version": "0.6.39",
-  "version_name": "0.2.2",
+  "version": "0.6.40",
+  "version_name": "0.2.3",
 
   "minimum_chrome_version": "51",
   "minimum_opera_version": "36",
diff --git a/src/wallet.ts b/src/wallet.ts
index 4aa2329d..8dc9a75a 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -140,7 +140,7 @@ export class KeysJson {
   /**
    * List of paybacks for compromised denominations.
    */
-  @Checkable.List(Checkable.Value(Payback))
+  @Checkable.Optional(Checkable.List(Checkable.Value(Payback)))
   payback?: Payback[];
 
   /**
diff --git a/web-common b/web-common
index fd80260f..a8bff2e2 160000
--- a/web-common
+++ b/web-common
@@ -1 +1 @@
-Subproject commit fd80260fce96df674111f9100fa2d91c83a9a3bc
+Subproject commit a8bff2e27b89feb3696cf0e3a49fc00155d92de5

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



reply via email to

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