chore: Bump version

This commit is contained in:
Christian Pauly 2021-06-29 08:49:47 +02:00
parent 73ccbc1c56
commit cc67537d0a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## v0.33.1 - 2021-06-29
## v0.33.2 - 2021-06-29
* Fix Linux Flatpak persistent storing of data
## v0.33.0 - 2021-06-26

View File

@ -25,7 +25,7 @@ class FlutterFamedlySdkHiveDatabase extends FamedlySdkHiveDatabase {
if (!kIsWeb && !_hiveInitialized) {
Logs().i('Init Hive database...');
if (!kIsWeb && Platform.isLinux) {
Hive.init('.local/share/fluffychat/');
Hive.init((await getApplicationSupportDirectory()).path);
} else {
await Hive.initFlutter();
}

View File

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 0.33.1+0
version: 0.33.2+0
environment:
sdk: ">=2.6.0 <3.0.0"