diff --git a/composer.json b/composer.json index 397c8cf..3ce2d27 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "extra": { "branch-alias": { - "dev-master": "1.3-dev", - "dev-develop": "1.4-dev" + "dev-master": "1.4-dev", + "dev-develop": "1.5-dev" } }, "require": { diff --git a/src/Apigility/constants.php b/src/Apigility/constants.php index a229337..a8c6dd6 100644 --- a/src/Apigility/constants.php +++ b/src/Apigility/constants.php @@ -6,4 +6,4 @@ namespace Apigility; -const VERSION = '1.4.0dev'; +const VERSION = '1.4.0';