Skip to content

Commit

Permalink
[REL] Version 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tardo committed Nov 13, 2023
1 parent 1857818 commit 99c8aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"permissions": ["activeTab", "storage"],
"short_name": "Odoo Terminal",
"version": "10.4.0",
"version": "10.4.1",
"web_accessible_resources": ["dist/pub/**"]
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OdooTerminal Tests"
version = "10.4.0"
version = "10.4.1"
description = "OdooTerminal Test Environment Packages"
authors = ["Alexandre D. Díaz <dev@redneboa.es>"]

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 @@ -26,7 +26,7 @@ import {Mutex} from 'async-mutex';
export const MAX_COMMAND_ASSISTANT_OPTIONS = 35;

export default class Terminal {
VERSION = '10.4.0';
VERSION = '10.4.1';

userContext = {};

Expand Down

0 comments on commit 99c8aef

Please sign in to comment.