Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Every field you add must be added to the root build.gradle expandProps map.

# Project
version=15.0.0-alpha.2+26.1-snapshot-10
version=15.0.0
group=top.theillusivec4.curios

# Common
Expand All @@ -17,8 +17,8 @@ mod_description=A flexible and expandable accessory/equipment API for users and
minecraft_version_range=[26.1-snapshot-7,)

# NeoForge
neoforge_version=26.1.0.0-alpha.13+snapshot-10
neoforge_version_range=[26.1.0.0-alpha,)
neoforge_version=26.1.0.1-beta
neoforge_version_range=[26.1.0.1-beta,)

# Compatibility
jei_version=27.4.0.15
Expand Down