diff --git a/.docs/package.json b/.docs/package.json index 57f5c36..4e12529 100644 --- a/.docs/package.json +++ b/.docs/package.json @@ -1,6 +1,6 @@ { "name": "worldeditadditions", - "version": "1.14.3", + "version": "1.14.4", "description": "Documentation website for WorldEditAdditions", "main": "index.js", "private": true, diff --git a/CHANGELOG.md b/CHANGELOG.md index 66215f7..f99247d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ It's about time I started a changelog! This will serve from now on as the main c Note to self: See the bottom of this file for the release template text. -## v1.14.4: The multipoint update, hotfix 4 (unreleased) +## v1.14.4: The multipoint update, hotfix 4 (31st July 2023) - When any segment of the marker wall is punched, unmark the entire wall diff --git a/worldeditadditions/init.lua b/worldeditadditions/init.lua index 0a63e30..2fbf342 100644 --- a/worldeditadditions/init.lua +++ b/worldeditadditions/init.lua @@ -1,6 +1,6 @@ --- WorldEditAdditions -- @namespace worldeditadditions --- @release 1.14.3 +-- @release 1.14.4 -- @copyright 2023 Starbeamrainbowlabs -- @license Mozilla Public License, 2.0 -- @author Starbeamrainbowlabs diff --git a/worldeditadditions_core/init.lua b/worldeditadditions_core/init.lua index 9797518..a84cbc7 100644 --- a/worldeditadditions_core/init.lua +++ b/worldeditadditions_core/init.lua @@ -1,6 +1,6 @@ --- WorldEditAdditions-Core -- @namespace worldeditadditions_core --- @release 1.14.3 +-- @release 1.14.4 -- @copyright 2021 Starbeamrainbowlabs and VorTechnix -- @license Mozilla Public License, 2.0 -- @author Starbeamrainbowlabs and VorTechnix