From e6d3ed46e1fb5208e45b9ded9de6ae70910432d1 Mon Sep 17 00:00:00 2001 From: ix0rai Date: Mon, 3 Oct 2022 18:54:14 -0500 Subject: [PATCH] bump version to 0.2.1 --- CHANGELOG.md | 6 +----- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9609735..87e4303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1 @@ -- improve orange particles -- add new mode: custom! custom mode allows you to select which squids you'd like in your game -- redone and more reliable config reading and writing -- less invasive mixins - fixes compatibility with other mods such as more babies -- internal cleanup \ No newline at end of file +- fix exception spawning ink particles when connected to a server \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index cda5aa8..cc19388 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ quilt_mappings=1 loader_version=0.14.9 # mod properties -mod_version=0.2.0+mc1.19.2 +mod_version=0.2.1+mc1.19.2 maven_group=rainglow archives_base_name=rainglow