We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e47f55 commit 5038613Copy full SHA for 5038613
manifest.json
@@ -43,7 +43,7 @@
43
},
44
"permissions": ["activeTab", "storage"],
45
"short_name": "OdooTerminal",
46
- "version": "11.9.1",
+ "version": "11.9.2",
47
"web_accessible_resources": [
48
{
49
"resources": ["dist/pub/**", "_locales/**/translation.json"],
src/js/page/terminal/terminal.mjs
@@ -62,7 +62,7 @@ export const ScreenCommandHandler = {
62
};
63
64
export default class Terminal {
65
- VERSION = '11.9.1';
+ VERSION = '11.9.2';
66
67
userContext: {[string]: mixed} = {};
68
0 commit comments