From bf7e1b458d142d96735a11fa0488c613ea4f0a6e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:10:52 +0900 Subject: [PATCH] Update app.config.ts --- app.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.config.ts b/app.config.ts index 4a8cf18d..9b035e22 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,9 +1,9 @@ export default defineAppConfig({ notice: { title: { - ja: "v2023.12.2をリリースしました!", - en: "Release v2023.12.2", + ja: "v2024.2.0をリリースしました!", + en: "v2024.2.0 is out now!", }, to: "/docs/releases/" }, -}); \ No newline at end of file +});