From 61f536039520c652752315b9f76c2ffea0e312a3 Mon Sep 17 00:00:00 2001 From: flack Date: Sun, 28 May 2017 19:04:46 +0200 Subject: [PATCH] Bump version, take 2 --- 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 255f71a..80be5c4 100644 --- a/api/functions.php +++ b/api/functions.php @@ -7,7 +7,7 @@ function mgd_version() { - return '1.0.0-portable+git'; + return '1.0.1-portable'; } function mgd_is_guid($input) diff --git a/composer.json b/composer.json index 1506dc1..2319fec 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.9.x-dev" + "dev-master": "1.0.x" } } }