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

Commit 7edb701

Browse files
committed
Build: Bump version to 0.1.3
1 parent 1c41e07 commit 7edb701

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The intention of BetterInject is not to overthrow Mixin, or make our own Mixin l
4646
You can get BetterInject from [JitPack](https://jitpack.io).
4747

4848
```groovy
49-
implementation("com.github.cbyrneee:BetterInject:0.1.2")
50-
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.2")
49+
implementation("com.github.cbyrneee:BetterInject:0.1.3")
50+
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.3")
5151
```
5252

5353
For how to initialize BetterInject, check the [Initializing in Your Mod](#initializing-in-your-mod) section.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "dev.cbyrne"
9-
version = "0.1.2"
9+
version = "0.1.3"
1010

1111
repositories {
1212
mavenCentral()
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)