update the readme file

This commit is contained in:
Anas Elgarhy 2022-06-16 07:17:00 +02:00
parent 5cf5a3590c
commit 767150be81
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>com.anas.jcolorfulconsole</groupId> <groupId>com.anas.jcolorfulconsole</groupId>
<artifactId>jcolorfulconsole</artifactId> <artifactId>jcolorfulconsole</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
</dependency> </dependency>
``` ```
@ -66,7 +66,7 @@ allprojects {
```gradle ```gradle
dependencies { dependencies {
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.2' implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3'
} }
``` ```