Skip to content

Commit

Permalink
1.4.85
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 20, 2022
1 parent 9f77616 commit 23b6c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ org.gradle.jvmargs=-Xmx1G
fabric_version=0.58.0+1.19

# Mod Properties
mod_version = 1.4.84
mod_version = 1.4.85
maven_group = carpet
archives_base_name = fabric-carpet

# Release Action properties for Curseforge and Snapshots
# 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.19:1.19.2
release-curse-versions = Minecraft 1.19:1.19.3
# Whether or not to build another branch on release
release-extra-branch = false
# The name of the second branch to release
release-extra-branch-name = future
# 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.2
release-extra-curse-version = Minecraft 1.19:1.19.3
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@SuppressWarnings({"CanBeFinal", "removal"}) // removal should be removed after migrating rules to the new system
public class CarpetSettings
{
public static final String carpetVersion = "1.4.84+v221018";
public static final String carpetVersion = "1.4.85+v221020";
public static final String releaseTarget = "1.19.3";
public static final Logger LOG = LoggerFactory.getLogger("carpet");
public static final ThreadLocal<Boolean> skipGenerationChecks = ThreadLocal.withInitial(() -> false);
Expand Down

0 comments on commit 23b6c83

Please sign in to comment.