Skip to content

Commit

Permalink
build(version): 1.1.0-beta.6->1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Nov 10, 2024
1 parent 6f7a32c commit f46b006
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ curseforge {
changelog = file("$rootDir/docs/CHANGELOG.md")
changelogType = "markdown"
addGameVersion("${minecraft_version}")
addGameVersion("NeoForge")
addGameVersion("Fabric")
mainArtifact(tasks.jar) {
displayName = "${mod_name} - ${version}"
}
Expand All @@ -143,7 +143,7 @@ modrinth {
changelog = new File("$rootDir/docs/CHANGELOG.md").text
uploadFile = tasks.jar
gameVersions = ["${minecraft_version}"]
loaders = ["neoforge"]
loaders = ["fabric"]
}

idea {
Expand Down
5 changes: 2 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Cumulus - NeoForge - 1.20.4-1.0.1

- Full Release
# Cumulus - Fabric - 1.21.1-1.1.0

- Port from NeoForge to Fabric
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28
mod_id=cumulus_menus
mod_group=com.aetherteam.cumulus
mod_name=Cumulus
mod_version=1.1.0-beta.6
mod_version=1.1.0
mod_license=LGPL-3.0
mod_url=https://modrinth.com/mod/cumulus
mod_tracker=https://github.com/The-Aether-Team/Cumulus/issues
Expand Down
7 changes: 1 addition & 6 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"homepage": "https://modrinth.com/mod/cumulus",
"promos": {
"1.19.2-recommended": "1.19.2-1.0.0-forge",
"1.19.4-recommended": "1.19.4-1.0.0-forge",
"1.20.1-recommended": "1.20.1-1.0.0-neoforge",
"1.20.2-recommended": "1.20.2-1.0.1-neoforge",
"1.20.4-recommended": "1.20.4-1.0.1-neoforge",
"1.21-recommended": "1.21-1.0.4-neoforge"
"1.21.1-recommended": "1.21.1-1.1.0-fabric"
}
}

0 comments on commit f46b006

Please sign in to comment.