chore: pre-release v2.0.0-alpha.4 (20000)

This commit is contained in:
junkfood
2024-10-08 15:53:58 +08:00
parent d79ccef955
commit 3ea0908b43
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Resume failed/canceled download
- Backup & restore unfinished tasks in the download queue
- Select from formats/playlists in Quick Download
- Predictive back animation support for Android 14+
- Bump up minimum API level to 24 (Android 7.0)
## [v1.13.0][1.13.0] - 2024-08-18

View File

@ -35,4 +35,4 @@ sealed class Version(
}
val currentVersion: Version =
Version.Alpha(versionMajor = 2, versionMinor = 0, versionPatch = 0, versionBuild = 3)
Version.Alpha(versionMajor = 2, versionMinor = 0, versionPatch = 0, versionBuild = 4)