Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed May 30, 2022
1 parent 6cee588 commit 1a8430e
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-transport-request</NAME>
<VERSION>1.2.0</VERSION>
<VERSION>1.3.0</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>
<DEPENDENCIES>
<item>
<NAME>mbt-base</NAME>
<VERSION>1.2.0</VERSION>
<VERSION>1.3.0</VERSION>
</item>
</DEPENDENCIES>
</PACKAGING>
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.2.0' ##NO_TEXT,
version TYPE string VALUE '1.3.0' ##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 1a8430e

Please sign in to comment.