version bump

This commit is contained in:
Lilian Jónsdóttir 2020-10-25 16:30:48 -07:00
parent 1fd47821ea
commit c89a5c1522

View file

@ -6,7 +6,7 @@ this.modConfig = this.modName:gsub("%s", "")
this.modInfo = "Stop friendly fire. Player companions can't damage the player, the player " .. this.modInfo = "Stop friendly fire. Player companions can't damage the player, the player " ..
"can't damage companions, and companions can't damage each other. That's it." "can't damage companions, and companions can't damage each other. That's it."
this.author = "Celediel" this.author = "Celediel"
this.version = "1.4.0" this.version = "1.5.0"
-- debug -- debug
this.logLevels = {no = 0, small = 1, big = 2} this.logLevels = {no = 0, small = 1, big = 2}