Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Feb 10, 2022
1 parent eac5169 commit c8b726d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository to your build script, you can depend on it like so

```gradle
dependencies {
implementation("com.github.LlamaLad7:MixinExtras:0.0.3")
annotationProcessor("com.github.LlamaLad7:MixinExtras:0.0.3")
implementation("com.github.LlamaLad7:MixinExtras:0.0.4")
annotationProcessor("com.github.LlamaLad7:MixinExtras:0.0.4")
}
```

Expand Down
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.3"
version = "0.0.4"

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

public static final String VERSION = "0.0.3";
public static final String VERSION = "0.0.4";

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

0 comments on commit c8b726d

Please sign in to comment.