diff --git a/api/functions.php b/api/functions.php index 196f11d..24ab30b 100644 --- a/api/functions.php +++ b/api/functions.php @@ -7,7 +7,7 @@ function mgd_version() { - return '1.4.1+git'; + return '1.5.0'; } function mgd_is_guid($input) diff --git a/composer.json b/composer.json index afcff49..e8af4da 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.5.x-dev" } } }