Bumped version

master
Keith Irwin 2017-03-05 17:20:00 -05:00
parent df1dde35e0
commit 40ac5d4c10
2 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Tracman
###### v 0.4.3
###### v 0.4.5
node.js application to display a map with user's location.
## Installation
```sh
$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)
$ git clone https://github.com/Tracman-org/Server.git && (cd Server && exec npm install)
```
## Running
@ -16,6 +16,10 @@ $ npm start
## Changelog
#### v0.4.5
*
#### v0.4.3
* Fixed memory store [#21](https://github.com/Tracman-org/Server/issues/21)

View File

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