Skip to content

Commit

Permalink
Release beta
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGlitch76 committed May 25, 2024
1 parent 0a807e9 commit 94b5cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.2
quilt_loader = 0.26.0-beta.3

# 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.2";
public static final String VERSION = "0.26.0-beta.3";
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
1 change: 1 addition & 0 deletions src/main/resources/changelog/0.26.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Features:
- This doesn't affect minecraft development environments, and is instead useful when depending on loader without using loom.
- [#423] Updated Quilt Config to 1.3.1
- Add a system property ("loader.disable_url_stream_factory") to disable DelegatingUrlStreamHandlerFactory.
- [#428] Allow the GameProvider to provide the runtime mapping namespace

Bug Fixes:

Expand Down

0 comments on commit 94b5cc3

Please sign in to comment.