From 2af2df4881cca26dae0cf13f4f9a47444cc752d9 Mon Sep 17 00:00:00 2001 From: michael <14226603+mkargus@users.noreply.github.com> Date: Fri, 4 Feb 2022 13:16:06 -0500 Subject: [PATCH] 1.5.3 --- CHANGELOG.md | 5 ++++- src/Util/Constants.lua | 2 +- wally.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d9459..7fc0103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.5.3] - February 4, 2022 ### Changed * Material buttons will now only re-render itself if it's been selected or needs to be deselected * Tooltip is no longer created immediately in the background. @@ -137,7 +139,8 @@ * All settings will now be saved and will use the same value when relaunching Studio. * Selection Box will now glow green or red depending if it is able to be converted the part selected or not. -[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.2...main +[Unreleased]: https://github.com/mkargus/PartToTerrain/compare/1.5.3...main +[1.5.3]: https://github.com/mkargus/PartToTerrain/compare/1.5.2...1.5.3 [1.5.2]: https://github.com/mkargus/PartToTerrain/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/mkargus/PartToTerrain/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/mkargus/PartToTerrain/compare/1.4.0...1.5.0 diff --git a/src/Util/Constants.lua b/src/Util/Constants.lua index ed905f7..aa896ea 100644 --- a/src/Util/Constants.lua +++ b/src/Util/Constants.lua @@ -13,7 +13,7 @@ Constants.OUTLINE_COLOR_ERROR = Color3.fromRGB(229, 57, 53) -- Update Checking ---------------------------------------- Constants.IS_DEV_CHANNEL = false -Constants.VERSION = '1.5.2' +Constants.VERSION = '1.5.3' Constants.UPDATE_CHECKER_ID = 261634767 Constants.DEV_UPDATE_CHECKER_ID = 4685764627 diff --git a/wally.toml b/wally.toml index 0b17e94..fa00661 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "mkargus/parttoterrain" -version = "1.5.2" +version = "1.5.3" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"