From 47abf472353af99a39532af86cfbc3696211d732 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Wed, 31 Jan 2024 10:54:12 +0100 Subject: [PATCH] Update src/tools/yaml-viewer/index.ts --- src/tools/yaml-viewer/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/yaml-viewer/index.ts b/src/tools/yaml-viewer/index.ts index 7e2dd6f7..4ba6ced3 100644 --- a/src/tools/yaml-viewer/index.ts +++ b/src/tools/yaml-viewer/index.ts @@ -8,5 +8,5 @@ export const tool = defineTool({ keywords: ['yaml', 'viewer', 'prettify', 'format'], component: () => import('./yaml-viewer.vue'), icon: AlignJustified, - createdAt: new Date('2023-11-29'), + createdAt: new Date('2024-01-31'), });