Skip to content

Commit ce71c30

Browse files
committed
Bump version to 6.6.1
1 parent 3bb138c commit ce71c30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/better-xcloud.meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ==UserScript==
22
// @name Better xCloud
33
// @namespace https://github.com/redphx
4-
// @version 6.6.0
4+
// @version 6.6.1
55
// ==/UserScript==

dist/better-xcloud.pretty.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Better xCloud
33
// @namespace https://github.com/redphx
4-
// @version 6.6.1-beta
4+
// @version 6.6.1
55
// @description Improve Xbox Cloud Gaming (xCloud) experience
66
// @author redphx
77
// @license MIT
@@ -193,7 +193,7 @@ class UserAgent {
193193
});
194194
}
195195
}
196-
var SCRIPT_VERSION = "6.6.1-beta", SCRIPT_VARIANT = "full", AppInterface = window.AppInterface;
196+
var SCRIPT_VERSION = "6.6.1", SCRIPT_VARIANT = "full", AppInterface = window.AppInterface;
197197
UserAgent.init();
198198
var userAgent = window.navigator.userAgent.toLowerCase(), isTv = userAgent.includes("smart-tv") || userAgent.includes("smarttv") || /\baft.*\b/.test(userAgent), isVr = window.navigator.userAgent.includes("VR") && window.navigator.userAgent.includes("OculusBrowser"), browserHasTouchSupport = "ontouchstart" in window || navigator.maxTouchPoints > 0, userAgentHasTouchSupport = !isTv && !isVr && browserHasTouchSupport, STATES = {
199199
supportedRegion: !0,

dist/better-xcloud.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)