From 3bf269a6a0ac1689a381a0e26f11b98298abcc1d Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 19 Nov 2023 20:55:12 -0600 Subject: [PATCH] Update changelog and bump version --- changelog.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c3e3f22..70bf423 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 1.19.2-0.6.0-beta.6.4 + +## Misc + - fix various recipes for uranium involving mekanism and thermal expansion + - remove now-defunct superheated sodium fluid (use mekanism if you need it) + # 1.19.2-0.6.0-beta.6.3 ## Misc diff --git a/gradle.properties b/gradle.properties index f530774..09eba93 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ jei_version=11.6.0.1013 majorVersion=0 minorVersion=6 patchVersion=0 -postfixVersion=beta.6.3 \ No newline at end of file +postfixVersion=beta.6.4 \ No newline at end of file