From 8fb2d8b3e828b3c52f2e54cb1d7f2cfbdf8fbccf Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 14 May 2024 15:33:05 +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 63f4bb4..5bee932 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedserver', - version: '3.0.35', + version: '3.0.36', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' }