version bump
This commit is contained in:
parent
d73e537eda
commit
02116d4914
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local this = {}
|
||||||
|
|
||||||
this.modName = "Door Randomizer" -- or something
|
this.modName = "Door Randomizer" -- or something
|
||||||
this.author = "Celediel"
|
this.author = "Celediel"
|
||||||
this.version = "0.0.1"
|
this.version = "1.0.1"
|
||||||
this.modInfo = "When a cell-change door is activated, its destination is randomized, based on various configuration options"
|
this.modInfo = "When a cell-change door is activated, its destination is randomized, based on various configuration options"
|
||||||
this.configPath = string.gsub(this.modName, "%s+", "")
|
this.configPath = string.gsub(this.modName, "%s+", "")
|
||||||
this.cellTypes = {
|
this.cellTypes = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue