diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 81fe3e5..f4d2828 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish AUR package - uses: anas-elgarhy/aur-release-action@v3.5 + uses: anas-elgarhy/aur-release-action@v3.6 with: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 9d1859b..5e54844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"