up the version

This commit is contained in:
Anas Elgarhy 2022-03-25 19:25:08 +02:00
parent a899211ac6
commit 93e82a6edf
1 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>com.github.Anas-Elgarhy</groupId> <groupId>com.github.Anas-Elgarhy</groupId>
<artifactId>JColorfulConsole</artifactId> <artifactId>JColorfulConsole</artifactId>
<version>0.1.1</version> <version>0.1.2</version>
</dependency> </dependency>
``` ```
@ -42,7 +42,7 @@ allprojects {
**Step 2**. Add the dependency **Step 2**. Add the dependency
```gradle ```gradle
dependencies { dependencies {
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.1' implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.2'
} }
``` ```
@ -83,4 +83,5 @@ public class Example1 {
} }
} }
``` ```
<img src="./Screenshots/3.png"> <img src="./Screenshots/3.png">