Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Dec 17, 2024
1 parent 2ffcf5f commit e0c7108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import org.gradle.api.Project

object BuildConfig {
val MINECRAFT_VERSION: String = "1.21.1"
val NEOFORGE_VERSION: String = "21.1.83"
val NEOFORGE_VERSION: String = "21.1.90"
val FABRIC_LOADER_VERSION: String = "0.16.9"
val FABRIC_API_VERSION: String = "0.110.0+1.21.1"

// This value can be set to null to disable Parchment.
val PARCHMENT_VERSION: String? = "2024.11.17"

// https://semver.org/
var MOD_VERSION: String = "0.6.3"
var MOD_VERSION: String = "0.6.4"

fun createVersionString(project: Project): String {
val builder = StringBuilder()
Expand Down

0 comments on commit e0c7108

Please sign in to comment.