diff --git a/docusaurus.config.js b/docusaurus.config.js index ffb5e1bb2..6e2dac826 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,7 +44,7 @@ const config = { routeBasePath: '/', versions: { '7.3.2': { - label: 'v7.3.2', + label: 'v7.x (Latest)', path: '7.3.2', }, diff --git a/pixi-versions.json b/pixi-versions.json index 6d3beb6f9..8a4322a48 100644 --- a/pixi-versions.json +++ b/pixi-versions.json @@ -1,13 +1,13 @@ [ { - "versionLabel": "v7.3.2", + "versionLabel": "v7.x (Latest)", "version": "7.3.2", "releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v7.3.2", "build": "https://pixijs.download/v7.3.2/pixi.min.js", "docs": "https://pixijs.download/v7.3.2/docs/index.html", "npm": "7.3.2", "prerelease": false, - "latest": false, + "latest": true, "isCurrent": false }, {