From 215fbf709b91f3ba31958b19fc461820f395d19e Mon Sep 17 00:00:00 2001 From: Suspense <64612795+AlmostSuspense@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:56:29 +0200 Subject: [PATCH] fix: update incorrect current season again (#60) --- scripts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.ts b/scripts/config.ts index f463a1b..fa0ebb5 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`) const ENTRY_FILE = path.resolve("./src/index.ts") const DECLARATION_FILE = path.resolve("./src/types/index.d.ts") -const CURRENT_SEASON = "Y9S4" +const CURRENT_SEASON = "Y9S3" const SVGO_PLUGINS: PluginConfig[] = [ // "cleanupIDs" plugin is added at the build-optimized-svg script directly