Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Aug 11, 2024
1 parent 79adbd0 commit ca7ec98
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"
version = "0.4.1"

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("0.4.0", 317),
V0_4_1("0.4.1", 318),
;

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

0 comments on commit ca7ec98

Please sign in to comment.