diff --git a/better-xcloud.meta.js b/better-xcloud.meta.js index 871c131..0b4212b 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.2 +// @version 3.2.1 // ==/UserScript== diff --git a/better-xcloud.user.js b/better-xcloud.user.js index d8dbd32..cc680bf 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.2 +// @version 3.2.1 // @description Improve Xbox Cloud Gaming (xCloud) experience // @author redphx // @license MIT @@ -14,7 +14,7 @@ // ==/UserScript== 'use strict'; -const SCRIPT_VERSION = '3.2'; +const SCRIPT_VERSION = '3.2.1'; const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud'; const ENABLE_XCLOUD_LOGGER = false;