Skip to content

Commit

Permalink
fix: algolia current doc version (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Jun 5, 2024
1 parent b4911cf commit 3f917f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const versions = [
"main",
];

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

export const current = "3.2";
export const current = "3.3";
1 change: 1 addition & 0 deletions pwa/docs-versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.3
3.2
3.1
3.0
Expand Down

0 comments on commit 3f917f9

Please sign in to comment.