bump service

This commit is contained in:
Martin Donnelly 2018-06-14 09:26:46 +01:00
parent 05b2f920a4
commit 9fbda5665f
2 changed files with 5 additions and 3 deletions

View File

@ -23,6 +23,8 @@ const { RouteModel, RouteView } = require('./route');
{ 'from': 'pad', 'to': 'hxx' },
{ 'from': 'glc', 'to': 'bhi' },
{ 'from': 'bhi', 'to': 'glc' },
{ 'from': 'dbe', 'to': 'dmr' },
{ 'from': 'dmr', 'to': 'glc' },
],
'views':{}

View File

@ -11,9 +11,9 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const CACHE_VERSION = 4;
const dataCacheName = 'traintimesData-v1';
const cacheName = 'traintimePWA-final-1';
const CACHE_VERSION = 5;
const dataCacheName = `traintimesData-v${CACHE_VERSION}`;
const cacheName = `traintimePWA-final-${CACHE_VERSION}`;
const filesToCache = [
'/',
'/index.html',