diff --git a/.abapgit.xml b/.abapgit.xml index a7ca880..5c1feee 100644 --- a/.abapgit.xml +++ b/.abapgit.xml @@ -12,18 +12,15 @@ - MBT-Listcube + mbt-listcube 1.1.0 Variants for transaction LISTCUBE: simple, powerful, free! - https://github.com/Marc-Bernard-Tools/MBT-Listcube /MBTOOLS/BW-LISTCUBE /MBTOOLS/MBT_LISTCUBE_TN - MBT-Base - 1.1.0 - https://github.com/Marc-Bernard-Tools/MBT-Base - /MBTOOLS/BC + mbt-base + 1.3.0 diff --git a/src/#mbtools#cl_tool_bw_listcube.clas.abap b/src/#mbtools#cl_tool_bw_listcube.clas.abap index 63a13a6..118ca75 100644 --- a/src/#mbtools#cl_tool_bw_listcube.clas.abap +++ b/src/#mbtools#cl_tool_bw_listcube.clas.abap @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bw_listcube DEFINITION CONSTANTS: BEGIN OF c_tool, - version TYPE string VALUE '1.2.0' ##NO_TEXT, + version TYPE string VALUE '1.3.0' ##NO_TEXT, title TYPE string VALUE 'MBT Listcube' ##NO_TEXT, description TYPE string VALUE 'Variants for transaction LISTCUBE: simple, powerful, free!' ##NO_TEXT,