X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/fcb8918f014944caf0dc844989277198ed256915..7a884a8cd503031c762e830044dbfce09aeddf5e:/RapsysPackBundle.php diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index d53a591..c9a6d48 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -29,9 +29,9 @@ class RapsysPackBundle extends Bundle { } /** - * Return bundle alias + * Return alias * - * @return string The bundle alias + * @return string The alias */ public static function getAlias(): string { //With namespace @@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle { */ public static function getVersion(): string { //Return version - return '0.5.1'; + return '0.5.3'; } }