From 9daf7c19d584ced346c8cb619ac826e312f47b36 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 22 Jan 2018 22:57:41 +0000 Subject: [PATCH] Bumped version --- CHANGELOG.md | 6 +++--- README.md | 6 +++--- package.json | 2 +- static/sw.js | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2657d..23427ec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Tracman Server Changelog -### v0.8.1 +### v0.8.2 -###### v0.8.1 -* Hotfixed service worker bug +###### v0.8.1/2 +* Hotfixed service worker bugs ###### v0.8.0 * Added check to ensure only the newest location is sent diff --git a/README.md b/README.md index e3f02ac..384011f 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TTracman -###### v 0.8.1 +###### v 0.8.2 node.js application to display a sharable map with user's location. @@ -55,8 +55,8 @@ Tracman will be updated according to [this branching model](http://nvie.com/post [view full changelog](CHANGELOG.md) -###### v0.8.1 -* Hotfixed service worker bug +###### v0.8.1/2 +* Hotfixed service worker bugs #### v0.8.0 * Added check to ensure only the newest location is sent diff --git a/package.json b/package.json index 8ce0e62..ffa709f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracman", - "version": "0.8.1", + "version": "0.8.2", "description": "Tracks user's GPS location", "main": "server.js", "dependencies": { diff --git a/static/sw.js b/static/sw.js index 892f219..9bcfc65 100644 --- a/static/sw.js +++ b/static/sw.js @@ -16,7 +16,7 @@ // Names of the two caches used in this version of the service worker. // Change when you update any of the local resources, which will // in turn trigger the install event again. -const PRECACHE = 'precache-0.8.1' +const PRECACHE = 'precache-0.8.2' const RUNTIME = 'runtime' // A list of local resources we always want to be cached.