Skip to content

Commit

Permalink
release: Updates version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eren Alpaslan committed Oct 4, 2023
1 parent d95d43e commit 51d6697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mave-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
}
dependencies {
implementation 'com.github.erenalpaslan:removebg:1.0.3'
implementation 'com.github.erenalpaslan:removebg:1.0.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion removebg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ publishing {

groupId = "dev.eren"
artifactId = "removebg"
version = "1.0.2"
version = "1.0.4"
}
}
}

0 comments on commit 51d6697

Please sign in to comment.