From 0870065a81c5b8c8d22078c9e15eb3cd65b24d33 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:10:50 +0700 Subject: [PATCH] Bump version to 2.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 75c3769..51796ab 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.1.1 +// @version 2.1.2 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 5f41903..09c7017 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.1.1 +// @version 2.1.2 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -13,7 +13,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '2.1.1'; +const SCRIPT_VERSION = '2.1.2'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_MKB = false;