Skip to content

Commit

Permalink
[REL] Version 11.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Dec 11, 2024
1 parent fd310c8 commit 4ce48bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"permissions": ["activeTab", "storage"],
"short_name": "OdooTerminal",
"version": "11.7.1",
"version": "11.7.2",
"web_accessible_resources": [
{
"resources": ["dist/pub/**", "_locales/**/translation.json"],
Expand Down
2 changes: 1 addition & 1 deletion src/js/page/terminal/terminal.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const ScreenCommandHandler = {
};

export default class Terminal {
VERSION = '11.7.1';
VERSION = '11.7.2';

userContext: {[string]: mixed} = {};

Expand Down

0 comments on commit 4ce48bb

Please sign in to comment.