From f8f4d113fe13f39ee33a2cda45813d0cecdfa27d Mon Sep 17 00:00:00 2001 From: Derek Markell Date: Sat, 23 Aug 2025 15:38:54 -0400 Subject: [PATCH 1/2] Bump version to 0.3.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5ccb2d3..c0c81cc 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.2.1-SNAPSHOT +VERSION_NAME=0.3.0 kotlin.explicitApi=strict \ No newline at end of file From 99f04d3b1f63378d44471218fe93feb77ea6e5f2 Mon Sep 17 00:00:00 2001 From: Derek Markell Date: Sat, 23 Aug 2025 16:53:51 -0400 Subject: [PATCH 2/2] Re-run checks