Post v3.0.2 release commit

This commit is contained in:
Lysandre
2020-07-06 18:56:44 -04:00
parent b0892fa0e8
commit 1d2332861f
3 changed files with 13 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
// These two things need to be updated at each release for the version selector.
// Last stable version
const stableVersion = "v3.0.0"
const stableVersion = "v3.0.2"
// Dictionary doc folder to label
const versionMapping = {
"master": "master",
"": "v3.0.0 (stable)",
"": "v3.0.0/v3.0.1/v3.0.2 (stable)",
"v2.11.0": "v2.11.0",
"v2.10.0": "v2.10.0",
"v2.9.1": "v2.9.0/v2.9.1",