Skip to content

Commit

Permalink
[REL] Version 11.5.2
Browse files Browse the repository at this point in the history
Tardo committed Sep 26, 2024
1 parent 257c10b commit bd91160
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
@@ -43,7 +43,7 @@
},
"permissions": ["activeTab", "storage"],
"short_name": "OdooTerminal",
"version": "11.5.1",
"version": "11.5.2",
"web_accessible_resources": [
{
"resources": ["dist/pub/**", "_locales/**/translation.json"],
2 changes: 1 addition & 1 deletion src/js/page/terminal/terminal.mjs
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ export const ScreenCommandHandler = {
};

export default class Terminal {
VERSION = '11.5.1';
VERSION = '11.5.2';

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

0 comments on commit bd91160

Please sign in to comment.