Bump cache version

This commit is contained in:
Tom Moor
2018-03-26 22:18:53 -07:00
committed by GitHub
parent 403e504499
commit c378be0144

View File

@@ -3,7 +3,7 @@ import localForage from 'localforage';
class CacheStore {
key: string;
version: number = 1;
version: number = 2;
cacheKey = (key: string): string => {
return `CACHE_${this.key}_${this.version}_${key}`;