fix: derive consistent md5 ids from tag title

This commit is contained in:
thecodrr
2021-02-20 11:31:44 +05:00
parent 25ee202d64
commit e898db9562
8 changed files with 28 additions and 13 deletions

View File

@@ -32,4 +32,4 @@ export const EVENTS = {
noteRemoved: "note:removed",
};
export const CURRENT_DATABASE_VERSION = 5.1;
export const CURRENT_DATABASE_VERSION = 5.2;