Skip to content

Commit

Permalink
w3sper.js: bump default rues version to 1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Dec 23, 2024
1 parent 2ec4281 commit 3ea4f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3sper.js/src/rues/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 3ea4f56

Please sign in to comment.