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
244068cc5c
commit
124377759b
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.0</version>
|
||||
<version>0.1.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -42,7 +42,7 @@ allprojects {
|
|||
**Step 2**. Add the dependency
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.0'
|
||||
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:0.1.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||
<artifactId>JColorfulConsole</artifactId>
|
||||
<version>0.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>18</maven.compiler.source>
|
||||
|
|
Loading…
Reference in a new issue