From 736bc881c698ffece537073091d852c1e53b7986 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 17 Jul 2024 22:38:53 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ fastlane/metadata/android/en-US/changelogs/125.txt | 4 ++++ fastlane/metadata/android/en-US/changelogs/12501.txt | 4 ++++ pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/125.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/12501.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ec295cac5..e01eb36c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.11.6] - 2024-07-17 + ### Added - Explorer: set custom path as home diff --git a/fastlane/metadata/android/en-US/changelogs/125.txt b/fastlane/metadata/android/en-US/changelogs/125.txt new file mode 100644 index 000000000..3ab2a9554 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/125.txt @@ -0,0 +1,4 @@ +In v1.11.6: +- explore your collection with the... explorer +- convert your motion photos to stills in bulk +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/12501.txt b/fastlane/metadata/android/en-US/changelogs/12501.txt new file mode 100644 index 000000000..3ab2a9554 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12501.txt @@ -0,0 +1,4 @@ +In v1.11.6: +- explore your collection with the... explorer +- convert your motion photos to stills in bulk +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 69244d036..602f621c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.5+124 +version: 1.11.6+125 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index d8b37d15e..3ab2a9554 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.11.5: +In v1.11.6: - explore your collection with the... explorer - convert your motion photos to stills in bulk Full changelog available on GitHub \ No newline at end of file