Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Mar 12, 2024
1 parent e86bc0f commit 97048ed
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 @@ -22,7 +22,7 @@ Releases are published to [Maven Central](https://central.sonatype.com/artifact/
> }
>
> dependencies {
> implementation("xyz.jpenilla:reflection-remapper:0.1.0")
> implementation("xyz.jpenilla:reflection-remapper:0.1.1")
> }
> ```
> </details>
Expand All @@ -37,7 +37,7 @@ Releases are published to [Maven Central](https://central.sonatype.com/artifact/
> }
>
> dependencies {
> implementation 'xyz.jpenilla:reflection-remapper:0.1.0'
> implementation 'xyz.jpenilla:reflection-remapper:0.1.1'
> }
> ```
> </details>
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 = "xyz.jpenilla"
version = "0.1.1-SNAPSHOT"
version = "0.1.1"
description = "reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments."

repositories {
Expand Down

0 comments on commit 97048ed

Please sign in to comment.