diff --git a/README.md b/README.md index e20e916..edbacd8 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_ebics](account_ebics/) | 19.0.1.0.0 | | EBICS banking protocol +[account_ebics](account_ebics/) | 19.0.1.1.0 | | EBICS banking protocol [account_ebics_batch](account_ebics_batch/) | 19.0.1.0.0 | | EBICS Files automated import and processing -[account_ebics_batch_payment](account_ebics_batch_payment/) | 19.0.1.0.0 | | Upload Batch Payment via EBICS +[account_ebics_batch_payment](account_ebics_batch_payment/) | 19.0.1.1.0 | | Upload Batch Payment via EBICS [account_ebics_oe](account_ebics_oe/) | 19.0.1.0.0 | | Deploy account_ebics module on Odoo Enterprise [//]: # (end addons) diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 3ec3046..3d55076 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -3,7 +3,7 @@ { "name": "EBICS banking protocol", - "version": "19.0.1.0.0", + "version": "19.0.1.1.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/", diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index d99f41f..1aaf0d6 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Upload Batch Payment via EBICS", - "version": "19.0.1.0.0", + "version": "19.0.1.1.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/",