diff --git a/CHANGELOG.md b/CHANGELOG.md index c58b812..e56a10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0-dev.1](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/compare/v1.0.0...v1.1.0-dev.1) (2025-07-03) + + +### Features + +* Add play store downloader ([#10](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/issues/10)) ([38c6aa4](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/commit/38c6aa4f6dbaa230212cd6e229609faecd615349)) + # 1.0.0 (2025-01-13) diff --git a/gradle.properties b/gradle.properties index a29e533..df46d2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ kotlin.code.style = official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass = true -version = 1.0.0-dev.1 +version = 1.1.0-dev.1