From 81d858af952583fbb8939b5fe5d73f745f57d371 Mon Sep 17 00:00:00 2001 From: Carlos Ortiz Date: Wed, 4 Sep 2024 20:52:44 -0600 Subject: [PATCH] Bump version to 0.1.2-alpha Update the project version from 0.1.1-alpha to 0.1.2-alpha in build.gradle.kts. This change is necessary to reflect recent improvements and fixes. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5fa4c54..460a6cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.jmpeax" -version = "0.1.1-alpha" +version = "0.1.2-alpha" repositories { mavenCentral()