Skip to content

Commit 805a163

Browse files
committed
0.1.2
1 parent cb6abf7 commit 805a163

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "xyz.jpenilla"
7-
version = "0.1.2-SNAPSHOT"
7+
version = "0.1.2"
88
description = "reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments."
99

1010
repositories {

0 commit comments

Comments
 (0)