Bumped version

master
Keith Irwin 2017-09-28 02:24:56 +00:00
parent 262908660c
commit 8cec9edb2e
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
3 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,12 @@
# Tracman Server Changelog # Tracman Server Changelog
###### v 0.7.9 ###### v 0.7.10
#### v.0.7.10
* Added coinhive
* Updated jQuery
* Added HTML5 shiv
#### v0.7.9 #### v0.7.9
* Updated packages * Updated packages
* Added support for browser geolocation * Added support for browser geolocation

View File

@ -52,6 +52,11 @@ Tracman will be updated according to [this branching model](http://nvie.com/post
[view full changelog](CHANGELOG.md) [view full changelog](CHANGELOG.md)
#### v.0.7.10
* Added coinhive
* Updated jQuery
* Added HTML5 shiv
#### v0.7.9 #### v0.7.9
* Updated packages * Updated packages
* Added support for browser geolocation * Added support for browser geolocation

View File

@ -1,6 +1,6 @@
{ {
"name": "tracman", "name": "tracman",
"version": "0.7.9", "version": "0.7.10",
"description": "Tracks user's GPS location", "description": "Tracks user's GPS location",
"main": "server.js", "main": "server.js",
"dependencies": { "dependencies": {