From bdb0df0f17798868d697ad42d8fd6d0af5b89b75 Mon Sep 17 00:00:00 2001 From: flack Date: Fri, 1 Nov 2019 12:16:06 +0100 Subject: [PATCH] Bump version --- api/functions.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } }