From 0622058ad35e9b52498bbad24e3f8549e35bc400 Mon Sep 17 00:00:00 2001 From: Yamin Siahmargooei Date: Mon, 23 Sep 2024 00:08:23 +0330 Subject: [PATCH] 1.0.4 --- Gauge/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gauge/build.gradle.kts b/Gauge/build.gradle.kts index e24fb44..08db594 100644 --- a/Gauge/build.gradle.kts +++ b/Gauge/build.gradle.kts @@ -20,7 +20,7 @@ */ private val artifact = "com.github.yamin8000.gauge" -private val version = "1.0.3" +private val version = "1.0.4" plugins { id("com.android.library")