From d57871895852fa1f5ee45e82e2cd348756d909bf Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:21:26 +0700 Subject: [PATCH] Bump version to 3.1.2 --- 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 8627878..3ebd012 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.1 +// @version 3.1.2 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index ccaad84..126266d 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.1 +// @version 3.1.2 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '3.1.1'; +const SCRIPT_VERSION = '3.1.2'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_XCLOUD_LOGGER = false;