Skip to content

Commit

Permalink
fix version and date on edsy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
taleden committed Oct 13, 2020
1 parent faa6f97 commit 873e1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edsy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Frontier Customer Services (https://forums.frontier.co.uk/threads/elite-dangerou
*/
'use strict';
window.edsy = new (function() {
var VERSIONS = [36241,36241,37441,37441]; /* HTML,CSS,DB,JS */
var LASTMODIFIED = 20200823;
var VERSIONS = [37442,36241,37441,37441]; /* HTML,CSS,DB,JS */
var LASTMODIFIED = 20200914;

var EMPTY_OBJ = {};
var EMPTY_ARR = [];
Expand Down

0 comments on commit 873e1fe

Please sign in to comment.