From 57d90c0dcdb629d60309f00cbac3e1ed0f980ded Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:18:03 -0700 Subject: [PATCH] 0.1.2-SNAPSHOT --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b90cae9..46d22ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "xyz.jpenilla" -version = "0.1.1" +version = "0.1.2-SNAPSHOT" description = "reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments." repositories {