From c8dd26ae6507a778e4e9b7da53cc03648ed7f955 Mon Sep 17 00:00:00 2001 From: theapache64 Date: Sat, 25 Nov 2023 10:04:43 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6ae7f6c..6d7339d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ RELEASE_SIGNING_ENABLED=true GROUP=io.github.theapache64 POM_ARTIFACT_ID=rebugger -VERSION_NAME=1.0.0-beta03 +VERSION_NAME=1.0.0-beta04 POM_NAME=Rebugger POM_DESCRIPTION=A simple Compose library to print the reason for recomposition in your Logcat window