Skip to content

Commit

Permalink
Update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Nov 29, 2021
1 parent e3cf403 commit ab3b5f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
</item>
</REQUIREMENTS>
<PACKAGING>
<NAME>MBT-Listcube</NAME>
<NAME>mbt-listcube</NAME>
<VERSION>1.1.0</VERSION>
<DESCRIPTION>Variants for transaction LISTCUBE: simple, powerful, free!</DESCRIPTION>
<GIT_URL>https://github.com/Marc-Bernard-Tools/MBT-Listcube</GIT_URL>
<TARGET_PACKAGE>/MBTOOLS/BW-LISTCUBE</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_LISTCUBE_TN</LOGO>
<DEPENDENCIES>
<item>
<NAME>MBT-Base</NAME>
<VERSION>1.1.0</VERSION>
<GIT_URL>https://github.com/Marc-Bernard-Tools/MBT-Base</GIT_URL>
<TARGET_PACKAGE>/MBTOOLS/BC</TARGET_PACKAGE>
<NAME>mbt-base</NAME>
<VERSION>1.3.0</VERSION>
</item>
</DEPENDENCIES>
</PACKAGING>
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bw_listcube.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab3b5f9

Please sign in to comment.