From 3e4b91026919642fb181e5278cb32027469b8e14 Mon Sep 17 00:00:00 2001 From: toto <toto@tata> Date: Tue, 22 Nov 2022 15:27:40 +0100 Subject: [PATCH] test PWA update refs #445 --- ngsw-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngsw-config.json b/ngsw-config.json index 5ba7c9a39..5ceb59d13 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -2,7 +2,7 @@ "$schema": "./node_modules/@angular/service-worker/config/schema.json", "index": "/index.html", "appData": { - "version": "4.16.0" + "version": "4.16.0-test1" }, "assetGroups": [ { @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} -- GitLab