From cee3d2cb7bc75b2802e7fc53ae061fa054e62d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Thu, 10 Sep 2020 22:19:15 -0700 Subject: [PATCH] probably should be 2.0 because of "backwards incompatible changes" to config file but since there's not a "public API", whatever lol --- MWSE/mods/celediel/NoMoreFriendlyFire/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua b/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua index 0ee74c4..51bf791 100644 --- a/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua +++ b/MWSE/mods/celediel/NoMoreFriendlyFire/common.lua @@ -6,6 +6,6 @@ this.modConfig = this.modName:gsub("%s", "") 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." this.author = "Celediel" -this.version = "1.3.0" +this.version = "1.4.0" return this