diff --git a/README.md b/README.md index 8eb182a..7d29f37 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This is a web application for real-time collection of geolocation data, tracks v Together with a dedicated [μlogger mobile client](https://github.com/bfabiszewski/ulogger-android) it may be used as a complete self hosted server–client solution for logging and monitoring users' geolocation. ## Live demo: -- http://flaa.fabiszewski.net/ulogger/ (view only) - http://ulogger.fabiszewski.net/ (test track upload and editing, login: demo, password: demo) ## Requirements: diff --git a/helpers/config.php b/helpers/config.php index e38b114..4cc3361 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.3"; + static $version = "0.4-beta"; // default map drawing framework static $mapapi = "openlayers";