diff --git a/lib/src/kdbx_file.dart b/lib/src/kdbx_file.dart index 16b3885..7eae5aa 100644 --- a/lib/src/kdbx_file.dart +++ b/lib/src/kdbx_file.dart @@ -151,6 +151,13 @@ class KdbxFile { ? header.upgradeMinor(majorVersion, minorVersion) : header.upgrade(majorVersion, minorVersion); + // Do this even we were already in v4.x since some KDBX software (including + // earlier versions of Kee Vault) skipped this step when upgrading from