diff --git a/CHANGELOG.md b/CHANGELOG.md index 989fe0a49..8bc3bc1e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.13.6] - 2024-11-07 +### Fixed +- Remove app grid in mobile + ## [0.13.5] - 2024-10-24 ### Fixed - Sanitize html diff --git a/pubspec.yaml b/pubspec.yaml index 2a552b792..a98742315 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.13.5 +version: 0.13.6 environment: sdk: ">=3.0.0 <4.0.0"