Merged release-0.7.6 into develop

master
Keith Irwin 2017-08-22 20:10:38 -04:00
commit 20e48d34e8
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Tracman Server Changelog
###### v 0.7.5
###### v 0.7.6
#### v0.7.6
* [#100](https://github.com/Tracman-org/Server/issues/100) Moved CSS out of webpack
* Fixed [#108](https://github.com/Tracman-org/Server/issues/108)
#### v0.7.5
* Added pricing to homepage

View File

@ -1,5 +1,5 @@
# <img align="left" src="/static/img/icon/by/48.png" alt="[]" title="The Tracman Logo">Tracman
###### v 0.7.5
###### v 0.7.6
node.js application to display a sharable map with user's location.
@ -52,6 +52,10 @@ Tracman will be updated according to [this branching model](http://nvie.com/post
[view full changelog](CHANGELOG.md)
#### v0.7.6
* [#100](https://github.com/Tracman-org/Server/issues/100) Moved CSS out of webpack
* Fixed [#108](https://github.com/Tracman-org/Server/issues/108)
#### v0.7.5
* Added pricing to homepage

View File

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