Bumped version to 0.6.3

master
Keith Irwin 2017-05-05 22:13:23 -04:00
parent 48366c15af
commit 79779be4d0
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,9 @@
# Tracman Server Changelog # Tracman Server Changelog
###### v 0.6.2 ###### v 0.6.3
#### v0.6.3
*
#### v0.6.2 #### v0.6.2

View File

@ -1,5 +1,5 @@
# <img align="left" src="/static/img/icon/by/48.png" alt="[]" title="The Tracman Logo">Tracman # <img align="left" src="/static/img/icon/by/48.png" alt="[]" title="The Tracman Logo">Tracman
###### v 0.6.2 ###### v 0.6.3
node.js application to display a sharable map with user's location. node.js application to display a sharable map with user's location.
@ -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)
#### v0.6.3
*
#### v0.6.2 #### v0.6.2
* [#76](https://github.com/Tracman-org/Server/issues/76) Prevented users with no password from deleting google social login * [#76](https://github.com/Tracman-org/Server/issues/76) Prevented users with no password from deleting google social login

View File

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