Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Jul 2, 2024
1 parent 047e48a commit a347566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
echo "APK_X86_64_SHA=$sha" >> $GITHUB_ENV
- name: Create Release
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'aniyomiorg/aniyomi'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'dark25/Animetail2'
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.VERSION_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
applicationId = "com.dark.animetailv2"

versionCode = 124
versionName = "0.16.4.3"
versionName = "0.16.4.5"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
Expand Down

0 comments on commit a347566

Please sign in to comment.