From e48b2775356cd6a83189a58fb088573ae47129a2 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:46:56 +0700 Subject: [PATCH] Bump version to 3.1.8 --- better-xcloud.meta.js | 2 +- better-xcloud.user.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js index 7c597ab..5daf32d 100644 --- a/better-xcloud.meta.js +++ b/better-xcloud.meta.js @@ -1,5 +1,5 @@ // ==UserScript== // @name Better xCloud // @namespace https://github.com/redphx -// @version 3.1.7 +// @version 3.1.8 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index dcd0cc3..ae7ae4f 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Better xCloud // @namespace https://github.com/redphx -// @version 3.1.7 +// @version 3.1.8 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -14,7 +14,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '3.1.7'; +const SCRIPT_VERSION = '3.1.8'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_XCLOUD_LOGGER = false;