From 68afa0bbdf46e91b56e0ffedcaf7e087f7f711d2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 15 Apr 2024 18:51:22 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9fc67a9..a992e9a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '5.0.22', - description: 'tap bundled for tapbuffer' + version: '5.0.23', + description: 'A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.' }