Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx committed Nov 26, 2023
1 parent b72b881 commit 7dc35a0
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 2.0
// @version 2.0.1
// ==/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 2.0
// @version 2.0.1
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
Expand All @@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';

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

const ENABLE_MKB = false;
Expand Down

0 comments on commit 7dc35a0

Please sign in to comment.