Skip to content

Commit

Permalink
Bump version to 1.4.148 and add support for 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi committed Aug 23, 2024
1 parent ae742a9 commit b377d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G
fabric_api_version=0.100.3+1.21

# Mod Properties
mod_version = 1.4.147
mod_version = 1.4.148
maven_group = carpet-extra
archives_base_name = carpet-extra

Expand All @@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1G
# The Curseforge versions "names" or ids for the main branch (comma separated: 1.16.4,1.16.5)
# This is needed because CF uses too vague names for prereleases and release candidates
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-curse-versions = Minecraft 1.21:1.21
release-curse-versions = Minecraft 1.21:1.21,Minecraft 1.21:1.21.1
# Whether or not to build another branch on release
release-extra-branch = false
# The name of the second branch to release
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 @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.15.11",
"carpet": ">=1.4.147",
"minecraft": ["1.21"],
"minecraft": ["1.21", "1.21.1"],
"java": ">=21"
},
"custom": {
Expand Down

0 comments on commit b377d53

Please sign in to comment.