Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Oct 13, 2023
1 parent 218a98e commit ea94089
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.2.0-rc.5"
version = "0.2.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public enum MixinExtrasVersion {
V0_2_0_BETA_7("0.2.0-beta.7", -3),
V0_2_0_BETA_8("0.2.0-beta.8", -2),
V0_2_0_BETA_9("0.2.0-beta.9", -1),
V0_2_0_RC_5("0.2.0-rc.5", 6);
V0_2_0("0.2.0", 7);

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

Expand Down

0 comments on commit ea94089

Please sign in to comment.