mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-02-07 18:41:36 +00:00
Version bump
This commit is contained in:
parent
4c126694b2
commit
bcb9307383
1 changed files with 4 additions and 1 deletions
|
@ -12,11 +12,14 @@ let modInfo = {
|
||||||
|
|
||||||
// Set your version in num and name
|
// Set your version in num and name
|
||||||
let VERSION = {
|
let VERSION = {
|
||||||
num: "0.21",
|
num: "0.22",
|
||||||
name: "Chapter 2 (Polishing)",
|
name: "Chapter 2 (Polishing)",
|
||||||
};
|
};
|
||||||
|
|
||||||
let changelog = `<h1>Changelog:</h1><br>
|
let changelog = `<h1>Changelog:</h1><br>
|
||||||
|
<br><h3>v.0.22</h3><br>
|
||||||
|
- Update generators' looks<br>
|
||||||
|
- Added distill generator<br>
|
||||||
<br><h3>v.0.21</h3><br>
|
<br><h3>v.0.21</h3><br>
|
||||||
- Made "Keep Moving Forward" work by hovering rather than holding down<br>
|
- Made "Keep Moving Forward" work by hovering rather than holding down<br>
|
||||||
- Re-styled things to look nicer<br>
|
- Re-styled things to look nicer<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue