From bd9116034f59aac2fc86924b9bd5f261da07dd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=2E=20D=C3=ADaz?= Date: Fri, 27 Sep 2024 00:12:07 +0200 Subject: [PATCH] [REL] Version 11.5.2 --- manifest.json | 2 +- src/js/page/terminal/terminal.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 64ead3b..a20a6ea 100644 --- a/manifest.json +++ b/manifest.json @@ -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"], diff --git a/src/js/page/terminal/terminal.mjs b/src/js/page/terminal/terminal.mjs index 4a01a75..4771a96 100644 --- a/src/js/page/terminal/terminal.mjs +++ b/src/js/page/terminal/terminal.mjs @@ -62,7 +62,7 @@ export const ScreenCommandHandler = { }; export default class Terminal { - VERSION = '11.5.1'; + VERSION = '11.5.2'; userContext: {[string]: mixed} = {};