From 1e7126f597c5ca36a4398cf5e4dfc72814a95740 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 5 Jul 2024 19:54:03 -0400 Subject: [PATCH] Upgrade 1.22.0 -> 1.22.1 --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ab5b0655..ae9bc70c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -116,7 +116,7 @@ const config = { banner: 'unreleased', }, '1.22': { - label: '1.22.0', + label: '1.22.1', }, '1.21': { label: '1.21.11', @@ -215,7 +215,7 @@ const config = { position: 'right', items: [ {to: '/api/next/', label: '1.23-dev' }, - {to: '/api/1.22/', label: '1.22.0' }, + {to: '/api/1.22/', label: '1.22.1' }, {to: '/api/1.21/', label: '1.21.11' }, {to: '/api/1.20/', label: '1.20.6' }, {to: '/api/1.19/', label: '1.19.4' },