Skip to content

Commit

Permalink
Bump version to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx committed Jul 9, 2024
1 parent 8d1ae06 commit 4224420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/better-xcloud.meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 5.1.2
// @version 5.1.3
// ==/UserScript==
4 changes: 2 additions & 2 deletions dist/better-xcloud.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 5.1.3-beta
// @version 5.1.3
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
Expand Down Expand Up @@ -134,7 +134,7 @@ function deepClone(obj) {
return {};
return JSON.parse(JSON.stringify(obj));
}
var SCRIPT_VERSION = "5.1.3-beta", AppInterface = window.AppInterface;
var SCRIPT_VERSION = "5.1.3", AppInterface = window.AppInterface;
UserAgent.init();
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 = {
isPlaying: !1,
Expand Down

0 comments on commit 4224420

Please sign in to comment.