diff --git a/CHANGELOG.md b/CHANGELOG.md index 2468416..cd76eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Tracman Server Changelog -###### v 0.7.11 +###### v 0.7.12 -#### v.0.7.10 +#### v0.7.12 +* Fixed altitude sign + +#### v0.7.10 * Added coinhive * Updated jQuery * Added HTML5 shiv diff --git a/README.md b/README.md index 5f11f25..3add2ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # []Tracman -###### v 0.7.11 +###### v 0.7.12 node.js application to display a sharable map with user's location. @@ -52,7 +52,10 @@ Tracman will be updated according to [this branching model](http://nvie.com/post [view full changelog](CHANGELOG.md) -#### v.0.7.10 +#### v0.7.12 +* Fixed altitude sign + +#### v0.7.10 * Added coinhive * Updated jQuery * Added HTML5 shiv diff --git a/package.json b/package.json index e38e3b7..869a326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracman", - "version": "0.7.11", + "version": "0.7.12", "description": "Tracks user's GPS location", "main": "server.js", "dependencies": {