From f18f2c10085abddeb8b69d1a93951bd5f8cf5430 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Thu, 21 Nov 2024 16:51:16 -0800 Subject: [PATCH] Releasing 0.1.1. (Again) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ea05c90..f5c699c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.1.2-SNAPSHOT +VERSION_NAME=0.1.1 GROUP=software.amazon.lastmile.kotlin.inject.anvil org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8