feat: bump version number, add changelogs

This commit is contained in:
Anton Stubenbord
2023-10-06 21:49:34 +02:00
parent 690e4558cb
commit b612f8b04f
4 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1 @@
* Beheben von Absturz nach zweitem öffnen

View File

@@ -0,0 +1 @@
* Fix app crash when opening the app the second time

View File

@@ -96,7 +96,7 @@ Future<void> performMigrations() async {
Future<void> _initHive() async {
await Hive.initFlutter();
// await performMigrations();
await performMigrations();
registerHiveAdapters();
await Hive.openBox<LocalUserAccount>(HiveBoxes.localUserAccount);
await Hive.openBox<LocalUserAppState>(HiveBoxes.localUserAppState);

View File

@@ -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: 3.0.0+47
version: 3.0.1+48
environment:
sdk: ">=3.0.0 <4.0.0"