From ec96feb459ee57b01550d812eb8db2b3e4c7dc60 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 15 Sep 2022 18:41:29 +0300 Subject: [PATCH] docs: changed announcement version (#2223) --- www/docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/docusaurus.config.js b/www/docs/docusaurus.config.js index c30c050ba1..90f4d119ca 100644 --- a/www/docs/docusaurus.config.js +++ b/www/docs/docusaurus.config.js @@ -33,9 +33,9 @@ module.exports = { ], themeConfig: { announcementBar: { - id: 'release-1-3-8', + id: 'release-1-4-1', content: - 'New Release! Version 1.3.8 of Medusa is out now! Read all about it here.', + 'New Release! Version 1.4.1 of Medusa is out now! Read all about it here.', backgroundColor: '#7C53FF', textColor: '#fff', isCloseable: false,