Skip to content

Commit

Permalink
Version 0.5.0-beta.4
Browse files Browse the repository at this point in the history
LlamaLad7 committed Oct 27, 2024
1 parent 7b1ac3b commit b2716c2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ allprojects {
apply(plugin = "java-library")

group = "com.llamalad7"
version = "0.5.0-beta.3"
version = "0.5.0-beta.4"

repositories {
mavenCentral()
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public enum MixinExtrasVersion {
V0_3_4("0.3.4", 213),
V0_4_0_BETA_1("0.4.0-beta.1", 315),
V0_5_0_BETA_1("0.5.0-beta.1", 417),
V0_5_0_BETA_3("0.5.0-beta.3", 419),
V0_5_0_BETA_4("0.5.0-beta.4", 420),
;

public static final MixinExtrasVersion LATEST = values()[values().length - 1];

0 comments on commit b2716c2

Please sign in to comment.