Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Apr 27, 2024
1 parent cfcc378 commit b50a32e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ subprojects {
loom.silentMojangMappingsLicense()

repositories {
maven(url = "https://nexus.resourcefulbees.com/repository/maven-public/")
maven(url = "https://maven.teamresourceful.com/repository/maven-public/")
maven(url = "https://maven.neoforged.net/releases/")
}

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.5 Update
- Fix version number in mod metadata
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
tasks.processResources {
inputs.property("version", version)

filesMatching("META-INF/mods.toml") {
filesMatching("META-INF/neoforge.mods.toml") {
expand("version" to version)
}
}

0 comments on commit b50a32e

Please sign in to comment.