Skip to content

Commit

Permalink
Bump version to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx authored Oct 26, 2023
1 parent 4845ea6 commit 11e953c
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.18
// @version 1.18.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.18';
const SCRIPT_VERSION = '1.18.1';
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';

console.log(`[Better xCloud] readyState: ${document.readyState}`);
Expand Down

0 comments on commit 11e953c

Please sign in to comment.