From bde4bf1a17e461bb499825abd892f21482ed4047 Mon Sep 17 00:00:00 2001 From: Anas Date: Sun, 3 Sep 2023 18:51:37 +0300 Subject: [PATCH] chore: just bump the package ver --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 013dbe9..b0b484f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ ```xml - com.github.Anas-Elgarhy + com.github.0x61nas JColorfulConsole - 1.0.3 + 1.0.4 ``` @@ -66,7 +66,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3' + implementation 'com.github.0x61nas:JColorfulConsole:1.0.4' } ``` diff --git a/pom.xml b/pom.xml index ad38885..404d073 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ com.anas.jcolorfulconsole jcolorfulconsole - 1.0.3 + 1.0.4 jar JColorfulConsole A colorful console for Java - https://github.com/Anas-Elgarhy/JColorfulConsole + https://github.com/0x61na/JColorfulConsole