Bump version to 4.7.0

This commit is contained in:
redphx 2024-06-08 17:22:43 +07:00
parent ff794c44b5
commit 0d59ab2ee2
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 4.6.3
// @version 4.7.0
// ==/UserScript==

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 4.6.3
// @version 4.7.0
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
@ -104,7 +104,7 @@ class UserAgent {
}
// src/utils/global.ts
var SCRIPT_VERSION = "4.6.3";
var SCRIPT_VERSION = "4.7.0";
var SCRIPT_HOME = "https://github.com/redphx/better-xcloud";
var AppInterface = window.AppInterface;
UserAgent.init();