commit 26034ba938a5574ae72863e1163311e20ffa8842 parent dd7cc6f886122eb5cec8428e2edf28ddb95aa520 Author: Florian Dold <florian@dold.me> Date: Wed, 13 Dec 2023 08:34:49 +0100 wallet-core: update bank API version range Diffstat:
| M | packages/taler-wallet-core/src/versions.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/versions.ts b/packages/taler-wallet-core/src/versions.ts @@ -33,7 +33,7 @@ export const WALLET_MERCHANT_PROTOCOL_VERSION = "5:0:1"; * * Uses libtool's current:revision:age versioning. */ -export const WALLET_BANK_INTEGRATION_PROTOCOL_VERSION = "0:0:0"; +export const WALLET_BANK_INTEGRATION_PROTOCOL_VERSION = "2:0:0"; /** * Semver of the wallet-core API implementation.