Bump version to 4.2.0

This commit is contained in:
redphx 2024-05-08 17:38:45 +07:00
parent 660aac4e8c
commit b66ca192b2
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Better xCloud // @name Better xCloud
// @namespace https://github.com/redphx // @namespace https://github.com/redphx
// @version 4.1.2 // @version 4.2.0
// @description Improve Xbox Cloud Gaming (xCloud) experience // @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx // @author redphx
// @license MIT // @license MIT
@ -14,7 +14,7 @@
// ==/UserScript== // ==/UserScript==
'use strict'; 'use strict';
// src/utils/global.ts // src/utils/global.ts
var SCRIPT_VERSION = "4.1.2"; var SCRIPT_VERSION = "4.2.0";
var SCRIPT_HOME = "https://github.com/redphx/better-xcloud"; var SCRIPT_HOME = "https://github.com/redphx/better-xcloud";
var AppInterface = window.AppInterface; var AppInterface = window.AppInterface;
var STATES = { var STATES = {