From 62f32bd2ba628e07337249bbd0349418d48c06aa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 2 Oct 2023 19:11:27 +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 622a1c1..b559cf4 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.12', + version: '2.0.13', description: 'high performance storage in the browser using indexed db' }