From f1bc4b137fb18adbe3034304c3829168f92ce561 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Mon, 29 Jan 2018 22:25:00 +0100 Subject: [PATCH] Increase version number --- helpers/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config.php b/helpers/config.php index 0c8658d..6e26c74 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.4-beta"; + static $version = "0.5-beta"; // default map drawing framework static $mapapi = "openlayers";