From fc74c637d3b589d97b4698b0d4634c7c8c30d7ec Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 16 Mar 2022 12:47:25 +0100 Subject: [PATCH] fix: Incorrect year for the latest set --- data/Sword & Shield/Brilliant Stars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Sword & Shield/Brilliant Stars.ts b/data/Sword & Shield/Brilliant Stars.ts index 6078e3ea2..81548d2bb 100644 --- a/data/Sword & Shield/Brilliant Stars.ts +++ b/data/Sword & Shield/Brilliant Stars.ts @@ -19,7 +19,7 @@ const set: Set = { official: 172 }, - releaseDate: "2021-02-25" + releaseDate: "2022-02-25" } export default set