From f4c299e7305e914b32128ac05e2cab4b83ca7ca7 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:34:41 +0700 Subject: [PATCH] Bump version to 2.0.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 76617e4..0a092d3 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.1 +// @version 2.0.2 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index d96b604..2d51faa 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.1 +// @version 2.0.2 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '2.0.1'; +const SCRIPT_VERSION = '2.0.2'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_MKB = false;