Skip to content

Commit

Permalink
Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Acamaeda committed Jul 7, 2021
1 parent 2968a83 commit a29d66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/Demo/demoMod.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let modInfo = {

// Set your version in num and name
let VERSION = {
num: "2.6.4.3",
num: "2.6.5",
name: "Fixed Reality",
}

Expand Down
2 changes: 1 addition & 1 deletion js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var needCanvasUpdate = true;

// Don't change this
const TMT_VERSION = {
tmtNum: "2.6.4.3",
tmtNum: "2.6.5",
tmtName: "Fixed Reality"
}

Expand Down

0 comments on commit a29d66e

Please sign in to comment.