From b6a91ed55159c03a99eaf2c7728c6967d1591183 Mon Sep 17 00:00:00 2001 From: MarvNC Date: Tue, 23 Jul 2024 21:58:00 -0700 Subject: [PATCH] Fix revision --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0fc0209..451b584 100644 --- a/src/index.ts +++ b/src/index.ts @@ -64,7 +64,7 @@ export const prisma = new PrismaClient(); attribution: `https://dic.pixiv.net`, url: `https://github.com/MarvNC/pixiv-yomitan`, title: `Pixiv${pixivLight ? ' Light' : ''} [${latestDateShort}]`, - revision: getPackageVersion(), + revision: latestDateShort, description: `Article summaries from the Pixiv encyclopedia (ピクシブ百科事典), ${allArticlesCount} articles included.${pixivLight ? ' Light mode.' : ''} Pixiv dumps used to build this found at https://github.com/MarvNC/pixiv-dump. Built with https://github.com/MarvNC/yomichan-dict-builder.`,