Skip to content

Commit

Permalink
Merge pull request #3286 from dusk-network/feature-3285
Browse files Browse the repository at this point in the history
web-wallet: Bump Rues version to 1.0.0.rc.0
  • Loading branch information
nortonandreev authored Dec 23, 2024
2 parents 00c0b92 + d8bf4d8 commit 04eb00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-wallet/src/lib/vendor/w3sper.js/src/rues/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 04eb00f

Please sign in to comment.