mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
chore: Version Bump
This commit is contained in:
parent
6688c9b644
commit
35fd1a96b9
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ var needCanvasUpdate = true;
|
|||
|
||||
// Don't change this
|
||||
const TMT_VERSION = {
|
||||
tmtNum: "2.6.6.2",
|
||||
tmtName: "Fixed Reality"
|
||||
tmtNum: "2.7",
|
||||
tmtName: "Δ"
|
||||
}
|
||||
|
||||
function getResetGain(layer, useType = null) {
|
||||
|
|
|
@ -133,7 +133,7 @@ var systemComponents = {
|
|||
Made by {{modInfo.author}}
|
||||
</span>
|
||||
<br>
|
||||
The Modding Tree <a v-bind:href="'https://github.com/Acamaeda/The-Modding-Tree/blob/master/changelog.md'" target="_blank" class="link" v-bind:style = "{'font-size': '14px', 'display': 'inline'}" >{{TMT_VERSION.tmtNum}}</a> by Acamaeda
|
||||
The Modding Tree <a v-bind:href="'https://github.com/Acamaeda/The-Modding-Tree/blob/master/changelog.md'" target="_blank" class="link" v-bind:style = "{'font-size': '14px', 'display': 'inline'}" >{{TMT_VERSION.tmtNum}}</a> by Acamaeda and FlamemasterNXF
|
||||
<br>
|
||||
The Prestige Tree made by Jacorb and Aarex
|
||||
<br><br>
|
||||
|
|
Loading…
Reference in a new issue