Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
chore: just bump the package ver
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas authored Sep 3, 2023
1 parent a41457c commit bde4bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand All @@ -66,7 +66,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3'
implementation 'com.github.0x61nas:JColorfulConsole:1.0.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bde4bf1

Please sign in to comment.