Skip to content

Commit

Permalink
Increment version [build] [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 13, 2024
1 parent f127336 commit ef5b616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if (System.getenv().CURSEFORGE_KEY) {
mainFile.changelog = file("$project.rootDir/changelog.md")
mainFile.changelogType = 'markdown'

mainFile.addOptional(/*"curios", "the-cactus-mod",*/ "roughly-enough-items", /*"jei", "patchouli"*/)
mainFile.addOptional(/*"curios", "the-cactus-mod",roughly-enough-items", "jei", "patchouli"*/)
}
}

Expand All @@ -178,7 +178,7 @@ if (System.getenv().MODRINTH_KEY) {
dependencies {
// optional.project "curios"
// optional.project "the-cactus-mod"
optional.project "rei"
// optional.project "rei"
// optional.project "jei"
// optional.project "patchouli"
}
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Initial 1.20.6 alpha
* Initial 1.21 build

0 comments on commit ef5b616

Please sign in to comment.