Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Build: Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caoimhebyrne committed Jan 18, 2023
1 parent 00f6844 commit e31eaa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ The intention of BetterInject is not to overthrow Mixin, or make our own Mixin l
You can get BetterInject from [JitPack](https://jitpack.io).

```groovy
implementation("com.github.cbyrneee:BetterInject:0.1.1")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.1")
implementation("com.github.cbyrneee:BetterInject:0.1.2")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.2")
```

For how to initialize BetterInject, check the [Initializing in Your Mod](#initializing-in-your-mod) section.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "dev.cbyrne"
version = "0.1.1"
version = "0.1.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit e31eaa8

Please sign in to comment.