From 4e54af0246e0a6ea49777f143dba1c2006c27a44 Mon Sep 17 00:00:00 2001 From: Ji Seok Date: Sun, 11 Jun 2023 16:03:16 +0900 Subject: [PATCH] feat: version change --- composeCircularProgressLib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composeCircularProgressLib/build.gradle b/composeCircularProgressLib/build.gradle index eee36ac..660ddc6 100644 --- a/composeCircularProgressLib/build.gradle +++ b/composeCircularProgressLib/build.gradle @@ -62,7 +62,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'com.github.JiSeokYeom' artifactId = '' - version = '0.0.3' + version = '0.0.4' } // Creates a Maven publication called “debug”. debug(MavenPublication) { @@ -71,7 +71,7 @@ afterEvaluate { groupId = 'com.github.JiSeokYeom' artifactId = 'final-debug' - version = '0.0.3' + version = '0.0.4' } } }