diff --git a/mailcatcher_menu/__manifest__.py b/mailcatcher_menu/__manifest__.py index e396fa2..61e5848 100644 --- a/mailcatcher_menu/__manifest__.py +++ b/mailcatcher_menu/__manifest__.py @@ -12,7 +12,7 @@ 'author': "Open2bizz", 'website': "http://www.open2bizz.tech", 'category': 'Uncategorized', - 'version': '18.0.1.0.0', + 'version': '19.0.1.0.0', 'module_type': 'official', 'depends': ['mail','base',], 'data': [ diff --git a/testserver_o2b/__manifest__.py b/testserver_o2b/__manifest__.py index 8fc18d5..6fd2845 100644 --- a/testserver_o2b/__manifest__.py +++ b/testserver_o2b/__manifest__.py @@ -9,7 +9,7 @@ 'author': "Open2bizz", 'website': "http://www.open2bizz.tech", 'category': 'Uncategorized', - 'version': '18.0.1.0.0', + 'version': '19.0.1.0.0', 'depends': ['mail','base','mailcatcher_menu',], 'data': [ 'views/templates.xml', diff --git a/testserver_website_o2b/__manifest__.py b/testserver_website_o2b/__manifest__.py index 09ea769..798b8a7 100644 --- a/testserver_website_o2b/__manifest__.py +++ b/testserver_website_o2b/__manifest__.py @@ -9,7 +9,7 @@ 'author': "Open2bizz", 'website': "http://www.open2bizz.tech", 'category': 'Uncategorized', - 'version': '18.0.1.0.0', + 'version': '19.0.1.0.0', 'depends': ['testserver_o2b','website'], 'data': [ 'views/templates.xml',