Skip to content

Commit

Permalink
chore: release v2.1.0+1.21 (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and axieum committed Nov 9, 2024
1 parent bd07f05 commit e6e6353
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'com.modrinth.minotaur' version '2.8.7'
id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
}

allprojects {
Expand Down
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ mod_version = 2.1.0+1.21
## {x-release-please-end}

# Fabric
minecraft_version = 1.21
loader_version = 0.15.11
yarn_mappings = 1.21+build.2
fabric_version = 0.100.1+1.21
minecraft_version = 1.21.3
loader_version = 0.16.9
yarn_mappings = 1.21.3+build.2
fabric_version = 0.107.3+1.21.3

# Dependencies
checkstyle_version = 10.15.0
jetbrains_annotations_version = 24.1.0
junit_jupiter_version = 5.10.2
checkstyle_version = 10.20.0
jetbrains_annotations_version = 26.0.1
junit_jupiter_version = 5.11.3

# CurseForge
cf_project_id = 502254
cf_game_versions = Fabric, Java 21, 1.21
cf_game_versions = Fabric, Java 21, 1.21.3
cf_relations_required = fabric-api
cf_relations_optional =
cf_relations_embedded = cloth-config
Expand All @@ -28,7 +28,7 @@ cf_relations_incompatible =

# Modrinth
mr_project_id = DoVQa3oa
mr_game_versions = 1.20.5, 1.21
mr_game_versions = 1.21.3
mr_relations_required = P7dR8mSH
mr_relations_optional =
mr_relations_incompatible =
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"environment": "server",
"depends": {
"java": ">=21",
"minecraft": "~1.21",
"minecraft": "~1.21.3",
"fabricloader": ">=0.14.23"
},
"recommends": {
Expand Down

0 comments on commit e6e6353

Please sign in to comment.