From 4158004a57e8504c5e1a799df181bf9faf0a7c6c Mon Sep 17 00:00:00 2001 From: RogueLogix Date: Sat, 25 Mar 2023 17:51:18 -0700 Subject: [PATCH] update changelog and bump version --- changelog.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 40937f6..a7b3adf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 1.19.2-0.1.0-beta.2.1 + - ensure b3d state cache is always cleared, fixes interaction bug + # 1.19.2-0.1.0-beta.2 - update phosphophyllite (breaking changes) diff --git a/gradle.properties b/gradle.properties index 9e2c66c..079378d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ minorVersion=1 patchVersion=0 postfix=beta postfixMajorVersion=2 -postfixMinorVersion= +postfixMinorVersion=1 # purposely left blank compatibility= \ No newline at end of file