Skip to content

Commit

Permalink
Version 0.2.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Sep 16, 2023
1 parent 7ab966f commit 8029d25
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.2"
version = "0.2.0-rc.3"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.llamalad7.mixinextras.service;

public enum MixinExtrasVersion {
V0_2_0_RC_2("0.2.0-rc.2", 3);
V0_2_0_RC_3("0.2.0-rc.3", 4);

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

Expand Down

0 comments on commit 8029d25

Please sign in to comment.