From 489b3a6eebce87448c22fda163a907348a86324d Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Fri, 9 Aug 2024 22:07:26 +0200 Subject: [PATCH] Update src/tools/xml-to-json/index.ts --- src/tools/xml-to-json/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/xml-to-json/index.ts b/src/tools/xml-to-json/index.ts index 6de7f504..8d83f4fe 100644 --- a/src/tools/xml-to-json/index.ts +++ b/src/tools/xml-to-json/index.ts @@ -8,5 +8,5 @@ export const tool = defineTool({ keywords: ['xml', 'json'], component: () => import('./xml-to-json.vue'), icon: Braces, - createdAt: new Date('2024-06-30'), + createdAt: new Date('2024-08-09'), });