Skip to content

Commit

Permalink
Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Dec 6, 2021
1 parent 2a65a56 commit f17ace2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
</REQUIREMENTS>
<PACKAGING>
<NAME>mbt-logical-object-lister</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.2.0</VERSION>
<DESCRIPTION>Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BW-LOL</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_LOGICAL_OBJECT_LISTER_TN</LOGO>
<DEPENDENCIES>
<item>
<NAME>mbt-base</NAME>
<VERSION>1.3.0</VERSION>
<VERSION>1.2.0</VERSION>
</item>
</DEPENDENCIES>
</PACKAGING>
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bw_lol.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bw_lol DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.3.0' ##NO_TEXT,
version TYPE string VALUE '1.2.0' ##NO_TEXT,
title TYPE string VALUE 'MBT Logical Object Lister' ##NO_TEXT,
description TYPE string
VALUE 'Display the metadata of SAP BW, SAP BPC, or SAP BW/4HANA object models' ##NO_TEXT,
Expand Down

0 comments on commit f17ace2

Please sign in to comment.