This commit is contained in:
Leendert de Borst
2025-06-23 15:46:48 +02:00
committed by Leendert de Borst
parent 822b95d940
commit 7690355434
11 changed files with 56 additions and 11 deletions

View File

@@ -11,6 +11,13 @@ import { IVaultVersion } from "../types/VaultVersion";
* migration.
*/
export const VAULT_VERSIONS: IVaultVersion[] = [
{
revision: 0,
version: '1.0.0',
description: 'Initial Migration',
releaseDate: '2024-07-08',
releaseVersion: '0.1.0',
},
{
revision: 1,
version: '1.0.1',