mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-01-31 15:41:35 +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
|
||||
let VERSION = {
|
||||
num: "0.21",
|
||||
num: "0.22",
|
||||
name: "Chapter 2 (Polishing)",
|
||||
};
|
||||
|
||||
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>
|
||||
- Made "Keep Moving Forward" work by hovering rather than holding down<br>
|
||||
- Re-styled things to look nicer<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue