Skip to content

Commit 335d4ac

Browse files
committed
chore: libs update
1 parent 7158056 commit 335d4ac

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.4] - 2025-09-29
10+
11+
### Changed
12+
13+
- Library update for compatibility
14+
915
## [1.4.3] - 2025-09-27
1016

1117
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx4G
33
org.gradle.warning.mode = all
44
minecraftVersion = 1.20.1
55
# Mod Properties
6-
modVersion = 1.4.3
6+
modVersion = 1.4.4
77
mavenGroup = site.siredvin
88
modBaseName = turtlematic
99
archivesBaseName = turtlematic

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ mixinGradle = "0.7.+"
1010
forgegradle = "6.+"
1111
# Core mod dependencies
1212
cc-tweaked = "1.113.0"
13-
broccolium = "1.1.8"
14-
tweakium = "1.1.8"
15-
peripheralium = "1.1.8"
16-
broccolium-jjar = "[1.1.8, 1.2.0)"
17-
tweakium-jjar = "[1.1.8, 1.2.0)"
18-
peripheralium-jjar = "[1.1.8, 1.2.0)"
13+
broccolium = "1.1.12"
14+
tweakium = "1.1.12"
15+
peripheralium = "1.1.12"
16+
broccolium-jjar = "[1.1.12, 1.2.0)"
17+
tweakium-jjar = "[1.1.12, 1.2.0)"
18+
peripheralium-jjar = "[1.1.12, 1.2.0)"
1919
mixin = "0.8.5"
2020
# Fabric dependencies
2121
fabric-api = "0.92.0+1.20.1"

0 commit comments

Comments
 (0)