X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/fcb8918f014944caf0dc844989277198ed256915..c839063e9ccd231abe2b7e3e314285959f7dee2a:/RapsysPackBundle.php?ds=sidebyside diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index d53a591..08360b0 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.4'; } }