Skip to content

Commit

Permalink
updated data
Browse files Browse the repository at this point in the history
  • Loading branch information
ForwardFeed committed Dec 1, 2024
1 parent 27d096f commit cef019b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/js/data_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ export let compareData;
export let gameData;
// each time the data is modified, this is updated
// so the client checks if it have the latest version by checking lo
const LATEST_DATA_VERSION = "45"/*%%VERSION%%*/
const LATEST_DATA_VERSION = "46"/*%%VERSION%%*/

const allVersions = [
"1.6.1",
"Beta2.0",
"Beta2.1",
"2.1",
"2.2"
"2.2",
"2.5"
]

const defaultVersion = "2.2"
const defaultVersion = "2.5"

function setAvailableVersion(){
const fragment = document.createDocumentFragment()
Expand Down

0 comments on commit cef019b

Please sign in to comment.