Skip to content

Commit 96b9aaf

Browse files
committed
chore: update libs
1 parent b83b68d commit 96b9aaf

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

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+
## [0.5.3] - 2025-09-29
10+
11+
### Changed
12+
13+
- Library update for compatibility
14+
915
## [0.5.2] - 2025-09-23
1016

1117
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.daemon=false
55
# Check these on https://fabricmc.net/develop/
66
minecraftVersion=1.20.1
77
# Mod Properties
8-
modVersion = 0.5.2
8+
modVersion = 0.5.3
99
projectGroup = site.siredvin
1010
modBaseName = digitalitems
1111
# Curseforge

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ spotless = "6.19.0"
1212

1313
# Core mod dependencies
1414
cc-tweaked = "1.113.0"
15-
broccolium = "1.1.6"
16-
tweakium = "1.1.6"
17-
broccolium-jjar = "[1.1.6, 1.2.0)"
18-
tweakium-jjar = "[1.1.6, 1.2.0)"
15+
broccolium = "1.1.12"
16+
tweakium = "1.1.12"
17+
broccolium-jjar = "[1.1.12, 1.2.0)"
18+
tweakium-jjar = "[1.1.12, 1.2.0)"
1919
mixin = "0.8.5"
2020

2121
# Fabric dependencies

0 commit comments

Comments
 (0)