From d8bf4d8db5be9f10e98ff504b46b681210331f17 Mon Sep 17 00:00:00 2001 From: Norton Andreev Date: Sun, 22 Dec 2024 23:44:07 +0200 Subject: [PATCH] web-wallet: Bump Rues version to 1.0.0.rc.0 Resolves #3285 --- web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js b/web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js index 1c4ed4857d..4f8fd011e9 100644 --- a/web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js +++ b/web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js @@ -67,7 +67,7 @@ export class Rues extends EventTarget { #socket; #scopes; #session; - #version = "0.8.0"; + #version = "1.0.0-rc.0"; constructor(url, options = {}) { super();