new version (#1653)

This commit is contained in:
oblomov-dev 2024-12-14 17:26:04 +01:00 committed by GitHub
parent a54b340722
commit b2373c69d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@ CLASS z2ui5_cl_xml_view_cc DEFINITION
IMPORTING
title TYPE clike OPTIONAL
ApplicationFullWidth TYPE clike OPTIONAL
PREFERRED PARAMETER title
RETURNING
VALUE(result) TYPE REF TO z2ui5_cl_xml_view.

View File

@ -1,7 +1,7 @@
INTERFACE z2ui5_if_app PUBLIC.
INTERFACES if_serializable_object.
CONSTANTS version TYPE string VALUE '1.136.0'.
CONSTANTS version TYPE string VALUE '1.137.0'.
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
CONSTANTS author TYPE string VALUE 'https://github.com/oblomov-dev'.
CONSTANTS license TYPE string VALUE 'MIT'.