diff --git a/.abapgit.xml b/.abapgit.xml index 1bf9d82..aa98a77 100644 --- a/.abapgit.xml +++ b/.abapgit.xml @@ -13,19 +13,21 @@ MBT-Listcube - 1.0.0 + 1.1.0 1 + 1 - Variants for Transaction LISTCUBE: Simple, Powerful, Free! + Variants for transaction LISTCUBE: simple, powerful, free! https://github.com/Marc-Bernard-Tools/MBT-Listcube /MBTOOLS/BW_LISTCUBE MBT-Base - 1.0.0 + 1.1.0 1 + 1 https://github.com/Marc-Bernard-Tools/MBT-Base /MBTOOLS/BC diff --git a/src/#mbtools#cl_tool_bw_listcube.clas.abap b/src/#mbtools#cl_tool_bw_listcube.clas.abap index 635908f..57e21c6 100644 --- a/src/#mbtools#cl_tool_bw_listcube.clas.abap +++ b/src/#mbtools#cl_tool_bw_listcube.clas.abap @@ -14,7 +14,7 @@ CLASS /mbtools/cl_tool_bw_listcube DEFINITION CONSTANTS: BEGIN OF c_tool, - version TYPE string VALUE '1.0.0' ##NO_TEXT, + version TYPE string VALUE '1.1.0' ##NO_TEXT, title TYPE string VALUE 'MBT Listcube' ##NO_TEXT, description TYPE string VALUE 'Variants for transaction LISTCUBE: simple, powerful, free!' ##NO_TEXT,