mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
chore: just bump the package ver
This commit is contained in:
parent
a41457c5b7
commit
bde4bf1a17
2 changed files with 5 additions and 5 deletions
|
@ -42,9 +42,9 @@
|
|||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.github.Anas-Elgarhy</groupId>
|
||||
<groupId>com.github.0x61nas</groupId>
|
||||
<artifactId>JColorfulConsole</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -66,7 +66,7 @@ allprojects {
|
|||
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3'
|
||||
implementation 'com.github.0x61nas:JColorfulConsole:1.0.4'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,12 +6,12 @@
|
|||
|
||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||
<artifactId>jcolorfulconsole</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>JColorfulConsole</name>
|
||||
<description>A colorful console for Java</description>
|
||||
<url>https://github.com/Anas-Elgarhy/JColorfulConsole</url>
|
||||
<url>https://github.com/0x61na/JColorfulConsole</url>
|
||||
|
||||
|
||||
<licenses>
|
||||
|
|
Loading…
Reference in a new issue