Skip to content

Commit

Permalink
Bump to 0.0.2 so JitPack hopefully doesn't screw anything up again.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Jan 15, 2022
1 parent d5d8325 commit 12cdb69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.0.1"
version = "0.0.2"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
public class MixinExtrasBootstrap {
private static boolean initialized = false;

public static final String VERSION = "0.0.2";

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

0 comments on commit 12cdb69

Please sign in to comment.