Skip to content

Commit

Permalink
Changelog and release for 0.27.1-beta.1 (Update to Fabric Loader 0.16.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIIL committed Nov 16, 2024
1 parent 9df51c3 commit f9174c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ group = org.quiltmc
description = The mod loading component of Quilt
url = https://github.com/quiltmc/quilt-loader
# Don't forget to change this in QuiltLoaderImpl as well
quilt_loader = 0.27.0
quilt_loader = 0.27.1-beta.1

# Fabric & Quilt Libraries
asm = 9.7.1
sponge_mixin = 0.15.3+mixin.0.8.7
sponge_mixin = 0.15.4+mixin.0.8.7
tiny_mappings_parser = 0.3.0+build.17
tiny_remapper = 0.10.4
access_widener = 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/quiltmc/loader/impl/QuiltLoaderImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public final class QuiltLoaderImpl {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.27.0";
public static final String VERSION = "0.27.1-beta.1";
public static final String MOD_ID = "quilt_loader";
public static final String DEFAULT_MODS_DIR = "mods";
public static final String DEFAULT_CACHE_DIR = ".cache";
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/changelog/0.27.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changes from updating Fabric Loader from 0.16.7 to 0.16.9:

- Updated Mixin to 0.15.4.
- Added game version support for 1.21.4 snapshots.
2 changes: 1 addition & 1 deletion src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"provides": [
{
"id": "fabricloader",
"version": "0.16.7"
"version": "0.16.9"
}
],
"depends": [
Expand Down

0 comments on commit f9174c7

Please sign in to comment.