Bump IDB crypto store version (#2705)

* Bump IDB crypto store version

* lint fix
This commit is contained in:
Faye Duxovni
2022-09-28 10:39:37 -04:00
committed by GitHub
parent 0403e4bedc
commit 4ba083e6af
4 changed files with 5 additions and 5 deletions
@@ -34,7 +34,7 @@ import { IRoomEncryption } from "../RoomList";
import { InboundGroupSessionData } from "../OlmDevice";
import { IEncryptedPayload } from "../aes";
export const VERSION = 10;
export const VERSION = 11;
const PROFILE_TRANSACTIONS = false;
/**