Skip to content

Commit

Permalink
Version 0.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Jul 21, 2024
1 parent fb263dd commit 44de2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
apply(plugin = "java-library")

group = "com.llamalad7"
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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_2("0.5.0-beta.2", 418),
;

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

0 comments on commit 44de2a7

Please sign in to comment.