generated from incremental-social/The-Modding-Tree
h
This commit is contained in:
parent
03b64af854
commit
fa91d87e2d
1 changed files with 6 additions and 3 deletions
|
@ -13,12 +13,15 @@ let modInfo = {
|
|||
|
||||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "1.0",
|
||||
name: "The first release.",
|
||||
num: "1.1",
|
||||
name: "Slight Adjustments",
|
||||
}
|
||||
|
||||
let changelog = `<h1>Changelog:</h1><br><br>
|
||||
<h3>v1.0</h3><br>
|
||||
<h3>v1.1 Slight Adjustments</h3><br>
|
||||
- Made all renders of Decimal objects use format()<br>
|
||||
- Adjusted file costs and filestone 2 effect<br>
|
||||
<h3>v1.0 First Release</h3><br>
|
||||
- Added Progress, Super Progress, and File layers.<br>
|
||||
- Added bars Alpha to Lambda.<br>
|
||||
- Added ranks Alpha to Zeta.<br>
|
||||
|
|
Loading…
Reference in a new issue