Skip to content

Commit

Permalink
Release:v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Jun 25, 2024
1 parent a119d24 commit ae1c4b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
if: startsWith(github.event.head_commit.message, 'Release:v')
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.RELEASE_TOKEN }}"
automatic_release_tag: "latest"
draft: true
title: "Dev Release ${{ env.date_now }}"
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.amarullz.androidtv.animetvjmto"
minSdk 22
targetSdk 34
versionCode 523
versionName "5.2.3"
versionCode 524
versionName "5.2.4"


// Automatic Build Version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animetv",
"version": "5.2.1",
"version": "5.2.4",
"description": "AnimeTV for Desktop",
"main": "electron/src/animetv.js",
"scripts": {
Expand Down

0 comments on commit ae1c4b4

Please sign in to comment.