Skip to content

Commit

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

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_1("0.2.0-rc.1", 2);
V0_2_0_RC_2("0.2.0-rc.2", 3);

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

Expand Down

0 comments on commit 3040093

Please sign in to comment.