File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Releases are published to [Maven Central](https://central.sonatype.com/artifact/
2222> }
2323>
2424> dependencies {
25- > implementation(" xyz.jpenilla:reflection-remapper:0.1.1 " )
25+ > implementation(" xyz.jpenilla:reflection-remapper:0.1.2 " )
2626> }
2727> ```
2828> < / details>
@@ -37,7 +37,7 @@ Releases are published to [Maven Central](https://central.sonatype.com/artifact/
3737> }
3838>
3939> dependencies {
40- > implementation ' xyz.jpenilla:reflection-remapper:0.1.1 '
40+ > implementation ' xyz.jpenilla:reflection-remapper:0.1.2 '
4141> }
4242> ```
4343> < / details>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " xyz.jpenilla"
7- version = " 0.1.2-SNAPSHOT "
7+ version = " 0.1.2"
88description = " reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments."
99
1010repositories {
You can’t perform that action at this time.
0 commit comments