Version 2.0 (#163)

* Update README.md

* Bump version to 2.0

* Bump version to 2.0
This commit is contained in:
redphx
2023-11-25 17:17:14 +07:00
committed by GitHub
parent d54c3d50c4
commit 526ceec0db
3 changed files with 19 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 1.19
// @version 2.0
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
@@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';
const SCRIPT_VERSION = '1.19';
const SCRIPT_VERSION = '2.0';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
const ENABLE_MKB = false;