Skip to content

Commit

Permalink
web-wallet: Bump Rues version to 1.0.0.rc.0
Browse files Browse the repository at this point in the history
Resolves #3285
  • Loading branch information
nortonandreev committed Dec 22, 2024
1 parent 00c0b92 commit d8bf4d8
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 d8bf4d8

Please sign in to comment.