From 7788b2af4c2d83c93f04235b486246a490e66fdf Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 14 Sep 2017 14:10:05 +0200 Subject: [PATCH] [FIX] web_shorcut: Version number changed --- web_shortcut/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_shortcut/__manifest__.py b/web_shortcut/__manifest__.py index 39c67709..169dedd3 100644 --- a/web_shortcut/__manifest__.py +++ b/web_shortcut/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Shortcut Menu', - 'version': '10.0.1.0.0', + 'version': '10.0.1.0.1', 'category': 'Web', 'author': 'Odoo SA,Odoo Community Association (OCA)', 'website': 'http://openerp.com',