Skip to content

Commit 5038613

Browse files
committed
[REL] Version 11.9.2
1 parent 5e47f55 commit 5038613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"permissions": ["activeTab", "storage"],
4545
"short_name": "OdooTerminal",
46-
"version": "11.9.1",
46+
"version": "11.9.2",
4747
"web_accessible_resources": [
4848
{
4949
"resources": ["dist/pub/**", "_locales/**/translation.json"],

src/js/page/terminal/terminal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const ScreenCommandHandler = {
6262
};
6363

6464
export default class Terminal {
65-
VERSION = '11.9.1';
65+
VERSION = '11.9.2';
6666

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

0 commit comments

Comments
 (0)