Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx authored Jul 25, 2023
1 parent 831ccb3 commit b3b7a51
Showing 1 changed file with 2 additions and 2 deletions.
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 1.6
// @version 1.6.1
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
Expand All @@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';

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

const SERVER_REGIONS = {};
Expand Down

0 comments on commit b3b7a51

Please sign in to comment.