Skip to content

Commit

Permalink
Merge pull request #498 from api-platform/add-3.2
Browse files Browse the repository at this point in the history
feat: add api platform 3.2
  • Loading branch information
soyuka authored Oct 16, 2023
2 parents f4f5045 + 9ccd610 commit dab3bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pwa/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const versions = [
"3.2",
"3.1",
"3.0",
"2.7",
Expand All @@ -11,6 +12,6 @@ export const versions = [
"main",
];

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

export const current = "3.1";
export const current = "3.2";
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.2
3.1
3.0
2.7
Expand Down

0 comments on commit dab3bcf

Please sign in to comment.