Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Feb 15, 2024
1 parent fe574ee commit 18dcc3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<NAME>mbt-transport-request</NAME>
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
Expand All @@ -11,9 +12,10 @@
<MIN_RELEASE>731</MIN_RELEASE>
</item>
</REQUIREMENTS>
<VERSION_CONSTANT>/MBTOOLS/CL_TOOL_BC_CTS_REQ=&gt;C_TOOL-VERSION</VERSION_CONSTANT>
<PACKAGING>
<NAME>mbt-transport-request</NAME>
<VERSION>1.4.0</VERSION>
<VERSION>1.4.1</VERSION>
<DESCRIPTION>The ultimate enhancement for displaying of transport requests in SAP GUI</DESCRIPTION>
<TARGET_PACKAGE>/MBTOOLS/BC-CTS-REQ</TARGET_PACKAGE>
<LOGO>/MBTOOLS/MBT_TRANSPORT_REQUEST_TN</LOGO>
Expand Down
2 changes: 1 addition & 1 deletion src/#mbtools#cl_tool_bc_cts_req.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CLASS /mbtools/cl_tool_bc_cts_req DEFINITION

CONSTANTS:
BEGIN OF c_tool,
version TYPE string VALUE '1.4.0' ##NO_TEXT,
version TYPE string VALUE '1.4.1' ##NO_TEXT,
title TYPE string VALUE 'MBT Transport Request' ##NO_TEXT,
description TYPE string
VALUE 'The ultimate enhancement for transport requests in SAP GUI' ##NO_TEXT,
Expand Down

0 comments on commit 18dcc3d

Please sign in to comment.