Skip to content

Commit

Permalink
Version 0.1.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Aug 27, 2022
1 parent 7b11723 commit 294680e
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 @@ -4,7 +4,7 @@ plugins {
}

group = "com.llamalad7"
version = "0.1.0-rc2"
version = "0.1.0-rc3"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MixinExtrasBootstrap {
*/
@Deprecated
@SuppressWarnings("DeprecatedIsStillUsed")
public static final String VERSION = "0.1.0-rc2";
public static final String VERSION = "0.1.0-rc3";

public static void init() {
if (!initialized) {
Expand Down

0 comments on commit 294680e

Please sign in to comment.