From b41ff5d49532eb0eb41932e94799086071b26463 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 3 Oct 2023 12:47:38 +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 e6b04cc..5794f7d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartstate', - version: '2.0.11', + version: '2.0.12', description: 'a package that handles state in a good way' }