From c618a7c2de84cb9b8f9179733be8a3efb68bc0f4 Mon Sep 17 00:00:00 2001 From: francesco Date: Sun, 7 Nov 2021 19:57:26 +0100 Subject: [PATCH] Website update --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index d429743..830046d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -33,7 +33,7 @@ module.exports = { announcementBar: { id: 'new_version', content: - 'Version 1.0.0-beta2 is out! 🎉 Check the migration guide', + 'Version 1.0.0-beta3 is out! 🎉 Check the migration guide', backgroundColor: '#FF5B79', textColor: 'black', isCloseable: true,