Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx authored Jul 15, 2023
1 parent f78bd31 commit ecf9b41
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.1.2
// @version 1.1.3
// @description Improve Xbox Cloud Gaming (xCloud) experience
// @author redphx
// @license MIT
Expand All @@ -13,7 +13,7 @@
// ==/UserScript==
'use strict';

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

const SERVER_REGIONS = {};
Expand Down

0 comments on commit ecf9b41

Please sign in to comment.