diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index f4cabf2..ec2455d 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -33,14 +33,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 with: arguments: build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9 + uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6 with: arguments: publish env: diff --git a/README.md b/README.md index b0b484f..013dbe9 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ ```xml - com.github.0x61nas + com.github.Anas-Elgarhy JColorfulConsole - 1.0.4 + 1.0.3 ``` @@ -66,7 +66,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.0x61nas:JColorfulConsole:1.0.4' + implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3' } ``` diff --git a/pom.xml b/pom.xml index 404d073..ad38885 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ com.anas.jcolorfulconsole jcolorfulconsole - 1.0.4 + 1.0.3 jar JColorfulConsole A colorful console for Java - https://github.com/0x61na/JColorfulConsole + https://github.com/Anas-Elgarhy/JColorfulConsole