mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
up version
This commit is contained in:
parent
4a92dbcbf8
commit
fe7d488bd9
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.Anas-Elgarhy</groupId>
|
||||
<artifactId>JColorfulConsole</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -42,7 +42,7 @@ allprojects {
|
|||
**Step 2**. Add the dependency
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.2'
|
||||
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.3'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||
<artifactId>JColorfulConsole</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>JColorfulConsole</name>
|
||||
|
|
Loading…
Reference in a new issue