diff --git a/CHANGELOG.md b/CHANGELOG.md index b169deb2..c83e1860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.10.10 - 2023-07-29 - Fixed issues with video player - Show thumbnails in full height cards - Fixed list view refresh diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 00000000..de2abc1d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -0,0 +1,5 @@ +- Show thumbnails in full height cards +- Fixed list view refresh +- Updated defaults for themes +- Remove duplicates from infinite scroll + \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 5db18af6..0237c6d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.10.9+31 +version: 0.10.10+32 environment: sdk: ">=3.0.0 <4.0.0"