From f5da3fcd1989b4cffeec72c28ce0dad3a586c31f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 31 May 2017 17:10:12 +0200 Subject: 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 1fa5282fd..500fb12c4 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 4aa2329d8..8dc9a75a4 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 fd80260fc..a8bff2e27 160000 --- a/web-common +++ b/web-common @@ -1 +1 @@ -Subproject commit fd80260fce96df674111f9100fa2d91c83a9a3bc +Subproject commit a8bff2e27b89feb3696cf0e3a49fc00155d92de5 -- cgit v1.2.3