From 730f54421262f178afef296e32484260d39bba3d Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Mon, 7 Sep 2020 21:08:00 +0200 Subject: [PATCH] Bump version to 2.6.0 --- changelog.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 3c343639..72a60415 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ ------------------------------------------------------ -Version 2.5.5 +Version 2.6.0 ------------------------------------------------------ -- Fixed crash between Immersive Portals and the chunk and block modules +- Added the Ticking Components experimental feature +- Made cardinal-components-block possibly more compatible with future versions of Immersive Portals - Documented more methods with annotations ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index c8c7efbf..4cbfa860 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.9.1+build.205 fabric_api_version=0.18.0+build.397-1.16 #Publishing -mod_version = 2.5.5 +mod_version = 2.6.0 curseforge_id = 318449 curseforge_versions = 1.16.2 changelog_url = https://github.com/OnyxStudios/Cardinal-Components-API/blob/master/changelog.md