Version 1.14 (#116)

* Update README.md

* Update better-xcloud.meta.js

* Bump version to 1.14
This commit is contained in:
redphx
2023-08-26 18:21:05 +07:00
committed by GitHub
parent 9692286f1e
commit 2a85dd574e
3 changed files with 5 additions and 5 deletions

View File

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