diff --git a/CHANGELOG.md b/CHANGELOG.md index ae33de9..1ec4ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.1.1 +## 1.1.2 *7/6/2024* diff --git a/README.md b/README.md index e8e64b2..69e71fa 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ if you wish to contribute to the development of *MUDKIP*. ## CHANGELOG -* **1.1.1** (7/6/2024) +* **1.1.2** (7/6/2024) * Added automatic updates so you (hopefully) don't need to manually update MUDKIP any more :) diff --git a/mfile b/mfile index 487517a..7fb8c3e 100644 --- a/mfile +++ b/mfile @@ -1,6 +1,6 @@ { "package": "MUDKIP_Mud2", - "version": "1.1.1", + "version": "1.1.2", "author": "11BelowStudio", "title": "Multi User Dungeon Kool Informational Panels (for playing MUD2 with Mudlet)", "outputFile": true, diff --git a/release.json b/release.json index e54ede9..9fdb257 100644 --- a/release.json +++ b/release.json @@ -1,6 +1,6 @@ { "package": "MUDKIP_Mud2", - "version": "1.1.1", + "version": "1.1.2", "author": "11BelowStudio", "title": "Multi User Dungeon Kool Informational Panels (for playing MUD2 with Mudlet)", "outputFile": true, diff --git a/src/scripts/MUDKIP_Mud2/updates.lua b/src/scripts/MUDKIP_Mud2/updates.lua index f8daa65..f4b20d6 100644 --- a/src/scripts/MUDKIP_Mud2/updates.lua +++ b/src/scripts/MUDKIP_Mud2/updates.lua @@ -321,6 +321,8 @@ function M2Updates:sysInstallEvent(_, name) end ]] +M2Updates:update_scripts() + --registerAnonymousEventHandler("sysLoadEvent", "MUDKIP_Mud2.update_scripts()") registerAnonymousEventHandler("sysDownloadDone", "MUDKIP_Mud2.updates:eventHandler")