X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/0630ec4bdb74d50e2cc6353dca9d8c691fe22479..8b3e5065464a5734fb7259b71c2d64b7cc463699:/RapsysPackBundle.php

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index 49dfdaf..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.4.0';
+		return '0.5.4';
 	}
 }