From 5b54f74ad6e1937dcf9f3ca2c0f04dad47436a5c Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:39:53 -0800 Subject: [PATCH] [Release] Ex Deorum 1.49 --- build.gradle | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 014906cc..c153a70f 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id('org.jetbrains.gradle.plugin.idea-ext') version "1.1.9" } -version = '1.48' +version = '1.49' group = 'thedarkcolour.exdeorum' base.archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index 88bb5382..aceb681d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## Ex Deorum 1.49 +- Fixed more issues with _Thirst Was Taken_, thanks to pawjwp (#170) + - Fixed Dust not having a map color (#169) + - Fixed Water Bottles not draining properly from Barrel (#171) + ## Ex Deorum 1.48 - Fix broken mappings crash from 1.47 (#165)