version bump

This commit is contained in:
Thibault Deckers 2024-06-17 21:40:28 +02:00
parent 4e811cc37c
commit 44eecd2e55
5 changed files with 10 additions and 2 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased]
## <a id="v1.11.3"></a>[v1.11.3] - 2024-06-17
### Added
- handle `MediaStore.ACTION_REVIEW` intent

View file

@ -0,0 +1,3 @@
In v1.11.3:
- show selected albums together in Collection
Full changelog available on GitHub

View file

@ -0,0 +1,3 @@
In v1.11.3:
- show selected albums together in Collection
Full changelog available on GitHub

View file

@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.11.2+121
version: 1.11.3+122
publish_to: none
environment:

View file

@ -1,3 +1,3 @@
In v1.11.2:
In v1.11.3:
- show selected albums together in Collection
Full changelog available on GitHub