Skip to content

Commit

Permalink
1.4.96
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Feb 1, 2023
1 parent 85f7c64 commit 5694f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
# or better: https://modmuss50.me/fabric.html
minecraft_version=23w04a
minecraft_version=23w05a
loader_version=0.14.13
fabric_version=0.73.1+1.19.4
fabric_version=0.73.3+1.19.4

# Mod Properties
mod_version = 1.4.95
mod_version = 1.4.96
maven_group = carpet
archives_base_name = fabric-carpet

Expand All @@ -19,10 +19,10 @@ org.gradle.jvmargs=-Xmx1G
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-curse-versions = Minecraft 1.19:1.19.4
# Whether or not to build another branch on release
release-extra-branch = false
release-extra-branch = true
# The name of the second branch to release
release-extra-branch-name = future
release-extra-branch-name = hotfix
# The "name" or id of the Curseforge version for the secondary branch
# This is needed because CF uses too vague names for snapshots
# Can also be the version ID directly coming from https://minecraft.curseforge.com/api/game/versions?token=[API_TOKEN]
release-extra-curse-version = Minecraft 1.19:1.19.4
release-extra-curse-version = Minecraft 1.19:1.19.3

0 comments on commit 5694f3a

Please sign in to comment.