Skip to content

Commit

Permalink
Update: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Dec 9, 2023
1 parent c6b409e commit 29ea597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
asset_name: Musify-fdroid.apk
tag: ${{ github.ref }}
prerelease: false
overwrite: false
overwrite: true
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
asset_name: Musify-arm64-v8a.apk
tag: ${{ steps.extract_version.outputs.version }}
prerelease: false
overwrite: false
overwrite: true

# Build universal APK
- name: Build universal APK
Expand All @@ -99,4 +99,4 @@ jobs:
asset_name: Musify.apk
tag: ${{ steps.extract_version.outputs.version }}
prerelease: false
overwrite: false
overwrite: true
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
issue_tracker: https://github.com/gokadzev/Musify/issues

publish_to: 'none'
version: 6.9.0+71 # run update.sh after changing the version
version: 7.0.0+72 # run update.sh after changing the version

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 29ea597

Please sign in to comment.