Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitch76 committed May 26, 2024
1 parent a46634f commit 3d8a6ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.26.0-beta.3
quilt_loader = 0.26.0-beta.4

# Fabric & Quilt Libraries
asm = 9.6
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 @@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {

public static final int ASM_VERSION = Opcodes.ASM9;

public static final String VERSION = "0.26.0-beta.3";
public static final String VERSION = "0.26.0-beta.4";
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
3 changes: 2 additions & 1 deletion src/main/resources/changelog/0.26.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Bug Fixes:
- [#429] Fix global cache being in the wrong location
- [#426] Preserve order of contributors in the quilt.mod.json
- [#427] Fix an edge case where the same person listed as author and contributor to a Fabric mod was listed twice in the Quilt contributors.

- [#430] Fix the Knot classloader's allowlist
- Resolves an issue where Mixins were unable to apply on Minecraft versions between 1.7 and 1.8.9

Changes from updating Fabric Loader from 0.15.7 to 0.15.10:

Expand Down

0 comments on commit 3d8a6ac

Please sign in to comment.