From 7f7c4a28ee7326831e55b4c6ac4d4a8c8297a190 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 28 May 2024 01:00:35 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3a3cf75..dff1060 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/webstore', - version: '2.0.19', + version: '2.0.20', description: 'A high-performance storage solution for web applications using IndexedDB.' }