From 1cea18b7317d28ad2d3c212b7085abb5348eea27 Mon Sep 17 00:00:00 2001 From: Derek Markell Date: Wed, 20 Aug 2025 09:04:47 -0400 Subject: [PATCH] Bump version to 0.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ae67a47..f977c13 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true GROUP=io.github.dkmarkell -VERSION_NAME=0.1.1-SNAPSHOT +VERSION_NAME=0.2.0 kotlin.explicitApi=strict \ No newline at end of file