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