From 79a8a2453d398f719923f4eb075fee734537289e Mon Sep 17 00:00:00 2001 From: orlandev Date: Wed, 22 Mar 2023 10:03:23 -0400 Subject: [PATCH] - New release candidate --- icontent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icontent/build.gradle b/icontent/build.gradle index eae0b98..1cb3d62 100644 --- a/icontent/build.gradle +++ b/icontent/build.gradle @@ -102,7 +102,7 @@ afterEvaluate { from components.release groupId = 'com.github.orlandev' artifactId = 'icontent' - version = '2.0.4' + version = '2.0.5' } } }