diff --git a/CHANGELOG.md b/CHANGELOG.md index 779cbe80..cadef3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.33.1 - 2021-06-29 +* Fix Linux Flatpak persistent storing of data + ## v0.33.0 - 2021-06-26 Just a more minor bugfixing release with some design changes in the settings, updated missing translations and for rebuilding the arm64 Linux Flatpak. diff --git a/pubspec.lock b/pubspec.lock index bc6f2c0e..d966aeb3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -589,7 +589,7 @@ packages: name: matrix url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.1.5" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9da5ce60..78f3cbee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 0.33.0+0 +version: 0.33.1+0 environment: sdk: ">=2.6.0 <3.0.0"