From cc59df13e0abce8c4e23aa32d28e6a2cd0b8405b Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 11 Jul 2017 04:01:18 -0400 Subject: [PATCH] Bumped version --- CHANGELOG.md | 5 ++++- README.md | 5 ++++- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd985ef..6501dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f9ffb36..f392331 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # []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 diff --git a/package.json b/package.json index c0ee184..f46a040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracman", - "version": "0.6.7", + "version": "0.7.0", "description": "Tracks user's GPS location", "main": "server.js", "dependencies": {