Skip to content

Commit

Permalink
Fix neo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Jun 26, 2024
1 parent 19daddb commit 87f359b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [21.0.2]

- Fixed neoforge version issue

## [21.0.1]

- Fixed neoforge crash
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.21
enabled_platforms=fabric,neoforge

archives_base_name=squatgrow
mod_version=21.0.1
mod_version=21.0.2
maven_group=dev.wuffs

architectury_version=13.0.2
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
processResources {
inputs.property "version", project.version

filesMatching("META-INF/mods.toml") {
filesMatching("META-INF/neoforge.mods.toml") {
expand "version": project.version
}
}
Expand Down

0 comments on commit 87f359b

Please sign in to comment.