Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 9, 2024
1 parent cac74e5 commit efdd72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gradle/launcher.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import groovy.json.JsonSlurper
// A task to install the development version of Fabric Loader to the Minecraft launcher
tasks.register("installDevelopmentVersion", InstallDevelopmentVersionTask) {
installerJson = file("src/main/resources/fabric-installer.json")
loaderJar = proguardJar.outputs.files.singleFile
dependsOn proguardJar
loaderJar = finalJar.archiveFile
}

abstract class InstallDevelopmentVersionTask extends DefaultTask {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public final class FabricLoaderImpl extends net.fabricmc.loader.FabricLoader {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.16.5";
public static final String VERSION = "0.16.6";
public static final String MOD_ID = "fabricloader";

public static final String CACHE_DIR_NAME = ".fabric"; // relative to game dir
Expand Down

0 comments on commit efdd72b

Please sign in to comment.