Skip to content

Commit

Permalink
Version 0.5.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Aug 29, 2024
1 parent f077c8a commit 76a2a0b
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.2"
version = "0.5.0-beta.3"

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.1"
version = "0.0.2"

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_2("0.5.0-beta.2", 418),
V0_5_0_BETA_3("0.5.0-beta.3", 419),
;

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

0 comments on commit 76a2a0b

Please sign in to comment.