Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticVerse committed Jun 16, 2024
1 parent dbf7e2d commit 833b83d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ task curseforge(type: TaskPublishCurseForge) {
mainFile.displayName = "Better Biomes Fabric ${mod_name}"
mainFile.addGameVersion("1.21")
mainFile.addModLoader("Quilt")
mainFile.addJavaVersion("Java 17")
mainFile.addJavaVersion("Java 21")
mainFile.changelog = project.file("CHANGELOG.md").text
mainFile.changelogType = 'markdown'
mainFile.addRequirement("fabric-api")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_version=0.100.1+1.21
terraform_wood_api_version=11.0.0-alpha.1

# Mod Properties
mod_version=2.2.1.0-1.20.4
mod_name=2.2.1.0
mod_version=3.0.0.0-1.21
mod_name=3.0.0.0
maven_group=net.crypticverse.betterbiomes
archives_base_name=betterbiomes-fabric
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class BetterBiomes implements ModInitializer, TerraBlenderApi {
public static final String MOD_ID = "betterbiomes";
public static final String VERSION = "2.2.1.0";
public static final String VERSION = "3.0.0.0";
public static final String REGISTRY_ID = "Better Biomes";
public static final Logger LOGGER = LoggerFactory.getLogger(REGISTRY_ID);

Expand Down

0 comments on commit 833b83d

Please sign in to comment.