X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/068e3ad94a51810a9d5ebdff3b2a60a746663d45..5cf38278a8a3b92371d4a555ef1a95d7f55a2392:/RapsysPackBundle.php

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index 40e0563..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.0';
+		return '0.5.3';
 	}
 }