From d47cdb03915e590564b677973b6004211eb60665 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Tue, 16 Apr 2024 10:44:19 +0100 Subject: [PATCH] build: switch to non-snapshot builds of lib/teams changelog updated --- CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7489a57..f55852b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2001.3.0] + +### Changed +* Significant GUI overhaul and cleanup in several places (backported improvements from 1.20.4) + * FTB Library 2001.2.0 is a requirement + ## [2001.2.7] ### Fixed diff --git a/gradle.properties b/gradle.properties index 178ff6cd..d85f3d1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ architectury_version=9.1.12 fabric_loader_version=0.14.21 fabric_api_version=0.83.1+1.20.1 -ftb_library_version=2001.2.0-SNAPSHOT -ftb_teams_version=2001.3.0-SNAPSHOT +ftb_library_version=2001.2.0 +ftb_teams_version=2001.3.0 curseforge_id_forge=314906 curseforge_id_fabric=472657