From 6bcc476e5948c402c5fd3d379427660a7a5a1d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Th=C3=A9riault?= Date: Mon, 27 Nov 2023 16:26:31 -0800 Subject: [PATCH] don't know why i did that --- scripts/testing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/testing.js b/scripts/testing.js index 0acf92b9..343c2020 100644 --- a/scripts/testing.js +++ b/scripts/testing.js @@ -26,7 +26,7 @@ const parts = { hours: now.getUTCHours(), minutes: now.getUTCMinutes(), } -const version = `${parts.year}.${parts.month}.${parts.day}-t.h${parts.hours}.m${parts.minutes}` +const version = `${parts.year}.${parts.month}.${parts.day}-t.${parts.hours}.${parts.minutes}` const setVersion = (packageJsonPath) => { const packageJson = JSON.parse(