bump service
This commit is contained in:
parent
05b2f920a4
commit
9fbda5665f
@ -23,6 +23,8 @@ const { RouteModel, RouteView } = require('./route');
|
|||||||
{ 'from': 'pad', 'to': 'hxx' },
|
{ 'from': 'pad', 'to': 'hxx' },
|
||||||
{ 'from': 'glc', 'to': 'bhi' },
|
{ 'from': 'glc', 'to': 'bhi' },
|
||||||
{ 'from': 'bhi', 'to': 'glc' },
|
{ 'from': 'bhi', 'to': 'glc' },
|
||||||
|
{ 'from': 'dbe', 'to': 'dmr' },
|
||||||
|
{ 'from': 'dmr', 'to': 'glc' },
|
||||||
],
|
],
|
||||||
'views':{}
|
'views':{}
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
const CACHE_VERSION = 4;
|
const CACHE_VERSION = 5;
|
||||||
const dataCacheName = 'traintimesData-v1';
|
const dataCacheName = `traintimesData-v${CACHE_VERSION}`;
|
||||||
const cacheName = 'traintimePWA-final-1';
|
const cacheName = `traintimePWA-final-${CACHE_VERSION}`;
|
||||||
const filesToCache = [
|
const filesToCache = [
|
||||||
'/',
|
'/',
|
||||||
'/index.html',
|
'/index.html',
|
||||||
|
Loading…
Reference in New Issue
Block a user