matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit a1e4ebb58a0247268b91ce3a2e6cd71f7c61bc9f
parent c6c18360c4e17e5e75690bf576d4d33d8710ff02
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 11 Feb 2022 18:33:27 +0100

Up storage version

Diffstat:
Mhelpers/storage.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/storage.ts b/helpers/storage.ts @@ -1,4 +1,4 @@ -const STORAGE_VERSION = 5; +const STORAGE_VERSION = 6; export default class Storage { private constructor(private prefix: string, private localFolder?: string) { }