From 40b4cbcea79c2547382db42c0ccad75ca1b31c7c Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 25 Mar 2022 20:59:21 +0200 Subject: [PATCH] up version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b04cffa..6e3e31e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ com.anas.jcolorfulconsole jcolorfulconsole - 0.1.4 + 0.1.5 ``` **Step 2**. run this command `mvn install` @@ -33,7 +33,7 @@ allprojects { **Step 2**. Add the dependency ```gradle dependencies { - implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.4' + implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.5' } ```