From dc310bae68e9a53e528af29ec67f8795aab01e71 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Fri, 27 Dec 2024 19:06:51 +0100 Subject: [PATCH] Bump version --- build.gradle.kts | 14 ++++++++++---- changelog.md | 7 +++++++ gradle.properties | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 91d5c2db..be5460f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,16 +46,22 @@ allprojects { } } maven { - name = "JitPack" - url = URI("https://jitpack.io") + name = "Shedaniel" + url = URI("https://maven.shedaniel.me") + content { + includeGroup("me.shedaniel.cloth") + } } maven { name = "Modrinth" url = URI("https://api.modrinth.com/maven") + content { + includeGroup("maven.modrinth") + } } maven { - name = "Shedaniel" - url = URI("https://maven.shedaniel.me") + name = "JitPack" + url = URI("https://jitpack.io") } } diff --git a/changelog.md b/changelog.md index db3cade2..83edf194 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +------------------------------------------------------ +Version 6.2.2 +------------------------------------------------------ +**Fixes** +- Fixed an incompatibility between `cardinal-components-block` and Immersive Portals, which would cause desynchronization issues + for block entities seen through a portal *(thanks daimond113 !)* + ------------------------------------------------------ Version 6.2.1 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 71f6bdbc..70f05952 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ elmendorf_version=0.13.0 immersive_portals_version=v6.0.3-mc1.21.1 #Publishing -mod_version = 6.2.1 +mod_version = 6.2.2 curseforge_id = 318449 modrinth_id = K01OU20C curseforge_versions = 1.21.2; 1.21.3; 1.21.4