Update README

This commit is contained in:
Bartek Fabiszewski 2017-06-24 22:20:57 +02:00
parent d122f1374b
commit 4a4081cff1
2 changed files with 1 additions and 2 deletions

View File

@ -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 serverclient 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:

View File

@ -28,7 +28,7 @@
*/
class uConfig {
// version number
static $version = "0.3";
static $version = "0.4-beta";
// default map drawing framework
static $mapapi = "openlayers";