Skip to content

Commit

Permalink
Version 0.5.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Jan 18, 2025
1 parent 6c8acf0 commit 5a27423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4"
version = "0.5.0-beta.5"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion expressions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("com.diffplug.spotless") version "6.22.0"
}

version = "0.0.2"
version = "0.0.3"

dependencies {
api(mixin())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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_4("0.5.0-beta.4", 420),
V0_5_0_BETA_5("0.5.0-beta.5", 421),
;

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

0 comments on commit 5a27423

Please sign in to comment.