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