Skip to content

Commit

Permalink
Bump version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx committed Mar 10, 2024
1 parent 086385f commit adf689d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion better-xcloud.meta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 3.2.2
// @version 3.2.3
// ==/UserScript==
4 changes: 2 additions & 2 deletions better-xcloud.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Better xCloud
// @namespace https://github.com/redphx
// @version 3.2.2
// @version 3.2.3
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
Expand All @@ -14,7 +14,7 @@
// ==/UserScript==
'use strict';

const SCRIPT_VERSION = '3.2.2';
const SCRIPT_VERSION = '3.2.3';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';

const ENABLE_XCLOUD_LOGGER = false;
Expand Down

0 comments on commit adf689d

Please sign in to comment.