From 4a6ba018935cc0381992dfc7c21600a46bef230c Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Thu, 30 Jan 2020 23:22:16 +0100 Subject: [PATCH] Release version 0.6 --- helpers/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config.php b/helpers/config.php index 553b2ad..35169c4 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "1.0-beta"; + static $version = "0.6"; // default map drawing framework static $mapapi = "openlayers";