From d331f8b8b66e52a645dedefa7b7c31740dc309dc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jul 2020 16:20:32 +0530 Subject: no more wildcard notifications --- src/operations/versions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/operations/versions.ts') diff --git a/src/operations/versions.ts b/src/operations/versions.ts index cfe6ed49f..31c4921c6 100644 --- a/src/operations/versions.ts +++ b/src/operations/versions.ts @@ -19,14 +19,14 @@ * * Uses libtool's current:revision:age versioning. */ -export const WALLET_EXCHANGE_PROTOCOL_VERSION = "7:0:0"; +export const WALLET_EXCHANGE_PROTOCOL_VERSION = "8:0:0"; /** * Protocol version spoken with the merchant. * * Uses libtool's current:revision:age versioning. */ -export const WALLET_MERCHANT_PROTOCOL_VERSION = "0:0:0"; +export const WALLET_MERCHANT_PROTOCOL_VERSION = "1:0:0"; /** * Cache breaker that is appended to queries such as /keys and /wire -- cgit v1.2.3