Skip to content

Commit

Permalink
updated version to 3.8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taleden committed Nov 24, 2021
1 parent e13259b commit 2b4784b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions eddb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions edsy.css
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
*/

:root {
--edsy-versions-css:36241,37548,37548,37548; /* HTML,CSS,DB,JS */
--edsy-lastmodified-css:20210616;
--edsy-versions-css:36241,38341,38341,38341; /* HTML,CSS,DB,JS */
--edsy-lastmodified-css:20211124;

--colorblack: black;
--colorwhite: white;
Expand Down
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 = [37546,37548,38041,38041]; /* HTML,CSS,DB,JS */
var LASTMODIFIED = 20210827;
var VERSIONS = [37546,38341,38341,38341]; /* HTML,CSS,DB,JS */
var LASTMODIFIED = 20211124;

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

0 comments on commit 2b4784b

Please sign in to comment.