chore: just bump the package ver

This commit is contained in:
Anas 2023-09-03 18:51:37 +03:00 committed by GitHub
parent a41457c5b7
commit bde4bf1a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -42,9 +42,9 @@
```xml ```xml
<dependency> <dependency>
<groupId>com.github.Anas-Elgarhy</groupId> <groupId>com.github.0x61nas</groupId>
<artifactId>JColorfulConsole</artifactId> <artifactId>JColorfulConsole</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
</dependency> </dependency>
``` ```
@ -66,7 +66,7 @@ allprojects {
```gradle ```gradle
dependencies { dependencies {
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3' implementation 'com.github.0x61nas:JColorfulConsole:1.0.4'
} }
``` ```

View File

@ -6,12 +6,12 @@
<groupId>com.anas.jcolorfulconsole</groupId> <groupId>com.anas.jcolorfulconsole</groupId>
<artifactId>jcolorfulconsole</artifactId> <artifactId>jcolorfulconsole</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>JColorfulConsole</name> <name>JColorfulConsole</name>
<description>A colorful console for Java</description> <description>A colorful console for Java</description>
<url>https://github.com/Anas-Elgarhy/JColorfulConsole</url> <url>https://github.com/0x61na/JColorfulConsole</url>
<licenses> <licenses>