Skip to content

Commit

Permalink
Bump version to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx committed May 30, 2024
1 parent c07e329 commit 1f632db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/better-xcloud.meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 4.6.1
// @version 4.6.2
// ==/UserScript==
4 changes: 2 additions & 2 deletions dist/better-xcloud.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 4.6.1
// @version 4.6.2
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
Expand Down Expand Up @@ -104,7 +104,7 @@ class UserAgent {
}

// src/utils/global.ts
var SCRIPT_VERSION = "4.6.1";
var SCRIPT_VERSION = "4.6.2";
var SCRIPT_HOME = "https://github.com/redphx/better-xcloud";
var AppInterface = window.AppInterface;
UserAgent.init();
Expand Down

0 comments on commit 1f632db

Please sign in to comment.