Skip to content

Commit

Permalink
Merge pull request #1745 from jdi-testing/fix/compatible-backend-version
Browse files Browse the repository at this point in the history
fix: update compatible backend version
  • Loading branch information
Iogsotot authored Jun 13, 2024
2 parents 92edea7 + db1510e commit fd02e9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN — Page Object Generator",
"description": "JDN – helps Test Automation Engineer to create Page Objects in the test automation framework and speed up test development",
"devtools_page": "index.html",
"version": "3.15.37",
"version": "3.15.38",
"icons": {
"128": "icon128.png"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdn-ai-chrome-extension",
"version": "3.15.37",
"version": "3.15.38",
"description": "jdn-ai chrome extension",
"scripts": {
"start": "webpack --watch --env devenv",
Expand Down
4 changes: 2 additions & 2 deletions src/app/utils/compatibleVersions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const compatibleMajorVer = 0;
export const compatibleMinorVer = 2;
export const compatibleBuildVer = 62;
export const compatibleMinorVer = 3;
export const compatibleBuildVer = 0;

0 comments on commit fd02e9b

Please sign in to comment.