From b4149e718badf136067dc260bbafb6a71d4d9bc7 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:06:41 +0700 Subject: [PATCH] Bump version to 2.0.4 --- 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 dd8e4fe..6d39cff 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 2.0.3 +// @version 2.0.4 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 8165e80..7e1d977 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 2.0.3 +// @version 2.0.4 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '2.0.3'; +const SCRIPT_VERSION = '2.0.4'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_MKB = false;