Bumped version

master
Keith Irwin 2017-07-11 04:01:18 -04:00
parent 3b40c9a593
commit cc59df13e0
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Tracman Server Changelog
###### v 0.6.7
###### v 0.7.0
#### v0.7.0
* More bug fixes
#### v0.6.7
* [#87](https://github.com/Tracman-org/Server/issues/87) Started loading assets with webpack

View File

@ -1,5 +1,5 @@
# <img align="left" src="/static/img/icon/by/48.png" alt="[]" title="The Tracman Logo">Tracman
###### v 0.6.7
###### v 0.7.0
node.js application to display a sharable map with user's location.
@ -52,6 +52,9 @@ Tracman will be updated according to [this branching model](http://nvie.com/post
[view full changelog](CHANGELOG.md)
#### v0.7.0
* More bug fixes
#### v0.6.7
* [#87](https://github.com/Tracman-org/Server/issues/87) Started loading assets with webpack

View File

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