Skip to content

Commit 57faf60

Browse files
committed
4.1
1 parent 1422e3f commit 57faf60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pwa/consts.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const versions = [
2+
"4.1",
23
"4.0",
34
"3.4",
45
"3.3",
@@ -15,6 +16,6 @@ export const versions = [
1516
"main",
1617
];
1718

18-
export const refVersions: string[] = ["4.0", "3.4", "3.3", "3.2", "main"];
19+
export const refVersions: string[] = ["4.1", "4.0", "3.4", "3.3", "3.2", "main"];
1920

20-
export const current = "4.0";
21+
export const current = "4.1";

pwa/docs-versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
4.1
12
4.0
23
3.4
34
3.3

0 commit comments

Comments
 (0)