Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Jul 9, 2024
1 parent fda51ef commit a62a688
Show file tree
Hide file tree
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
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply(plugin = "java")

group = "com.llamalad7"
version = "0.4.0-beta.2"
version = "0.4.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public enum MixinExtrasVersion {
V0_2_0_BETA_9("0.2.0-beta.9", -1),
V0_3_4("0.3.4", 213),
V0_4_0_BETA_1("0.4.0-beta.1", 315),
V0_4_0_BETA_2("0.4.0-beta.2", 316),
V0_4_0("0.4.0", 317),
;

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

0 comments on commit a62a688

Please sign in to comment.