diff --git a/.github/workflows/mave-publish.yml b/.github/workflows/mave-publish.yml index 6ba7596..e7189e7 100644 --- a/.github/workflows/mave-publish.yml +++ b/.github/workflows/mave-publish.yml @@ -43,7 +43,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: 1.0.2 + tag_name: 1.0.4 release_name: Release ${{ github.ref }} draft: false prerelease: false diff --git a/README.md b/README.md index 703fdeb..5abf815 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ allprojects { } dependencies { - implementation 'com.github.erenalpaslan:removebg:1.0.3' + implementation 'com.github.erenalpaslan:removebg:1.0.4' } ``` diff --git a/removebg/build.gradle.kts b/removebg/build.gradle.kts index 587b8f4..ca9951e 100644 --- a/removebg/build.gradle.kts +++ b/removebg/build.gradle.kts @@ -63,7 +63,7 @@ publishing { groupId = "dev.eren" artifactId = "removebg" - version = "1.0.2" + version = "1.0.4" } } } \ No newline at end of file