Version 1.13 (#105)

* Update README.md

* Bump version to 1.13

* Bump version to 1.13
This commit is contained in:
redphx
2023-08-15 18:04:26 +07:00
committed by GitHub
parent 771111d1f8
commit 5104cf33b4
3 changed files with 20 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 1.12
// @version 1.13
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
@@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';
const SCRIPT_VERSION = '1.12';
const SCRIPT_VERSION = '1.13';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
console.log(`[Better xCloud] readyState: ${document.readyState}`);