Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Mar 24, 2024
1 parent 5a22f4f commit b7c1179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ asm = "9.5"
indra_git = "3.1.2"
yumi_gradle_licenser = "1.0.+"
quilt_parsers = "0.2.1"
quilt_loom = "1.4.1"
quilt_loom = "1.5.3"

[libraries]
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/java/qsl/internal/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public final class Versions {
/**
* The QSL version
*/
public static final String QSL_VERSION = "8.0.0-alpha.1";
public static final String QSL_VERSION = "8.0.0-alpha.2";

/**
* The target Minecraft version.
Expand Down

0 comments on commit b7c1179

Please sign in to comment.