Skip to content

Commit

Permalink
fix: new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Sep 18, 2024
1 parent 33545b6 commit 8c1bf75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pwa/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export const versions = [
"4.0",
"3.4",
"3.3",
"3.2",
"3.1",
Expand All @@ -13,6 +15,6 @@ export const versions = [
"main",
];

export const refVersions: string[] = ["3.3", "3.2", "main"];
export const refVersions: string[] = ["4.0", "3.4", "3.3", "3.2", "main"];

export const current = "3.3";
export const current = "4.0";
2 changes: 2 additions & 0 deletions pwa/docs-versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
4.0
3.4
3.3
3.2
3.1
Expand Down

0 comments on commit 8c1bf75

Please sign in to comment.