File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/quiltmc/loader/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group = org.quiltmc
5
5
description = The mod loading component of Quilt
6
6
url = https://github.com/quiltmc/quilt-loader
7
7
# Don't forget to change this in QuiltLoaderImpl as well
8
- quilt_loader = 0.29.0-beta.1
8
+ quilt_loader = 0.29.0-beta.2
9
9
10
10
# Fabric & Quilt Libraries
11
11
asm = 9.7.1
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public final class QuiltLoaderImpl {
131
131
132
132
public static final int ASM_VERSION = Opcodes .ASM9 ;
133
133
134
- public static final String VERSION = "0.29.0-beta.1 " ;
134
+ public static final String VERSION = "0.29.0-beta.2 " ;
135
135
public static final String MOD_ID = "quilt_loader" ;
136
136
public static final String DEFAULT_MODS_DIR = "mods" ;
137
137
public static final String DEFAULT_CACHE_DIR = ".cache" ;
You can’t perform that action at this time.
0 commit comments