File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Demo
4
4
5
- [ Try it] ( https://cdn.rawgit.com/rDuckDev/VIN-Decoder/v1.0.9 / ) with RawGit.
5
+ [ Try it] ( https://cdn.rawgit.com/rDuckDev/VIN-Decoder/v1.0.10 / ) with RawGit.
6
6
7
7
## Attribution
8
8
Original file line number Diff line number Diff line change 4
4
"theme_color" : " #8E8C84" ,
5
5
"background_color" : " #8E8C84" ,
6
6
"display" : " standalone" ,
7
- "Scope" : " /rDuckDev/VIN-Decoder/v1.0.9 /" ,
8
- "start_url" : " /rDuckDev/VIN-Decoder/v1.0.9 /" ,
7
+ "Scope" : " /rDuckDev/VIN-Decoder/v1.0.10 /" ,
8
+ "start_url" : " /rDuckDev/VIN-Decoder/v1.0.10 /" ,
9
9
"icons" : [{
10
10
"src" : " ./icons/icon-72x72.png" ,
11
11
"sizes" : " 72x72" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ workbox.core.setCacheNameDetails({
7
7
} ) ;
8
8
9
9
workbox . precaching . precache ( [
10
- "/rDuckDev/VIN-Decoder/v1.0.9 /" ,
11
- "/rDuckDev/VIN-Decoder/v1.0.9 /offline/decode.json"
10
+ "/rDuckDev/VIN-Decoder/v1.0.10 /" ,
11
+ "/rDuckDev/VIN-Decoder/v1.0.10 /offline/decode.json"
12
12
] ) ;
13
13
14
14
workbox . routing . registerRoute (
@@ -46,5 +46,5 @@ workbox.routing.registerRoute(
46
46
47
47
workbox . routing . setCatchHandler ( ( { event} ) => {
48
48
// respond with "app offline" message when API cannot be reached
49
- if ( apiURL . test ( event . request . url ) ) return caches . match ( "/rDuckDev/VIN-Decoder/v1.0.9 /offline/decode.json" ) ;
49
+ if ( apiURL . test ( event . request . url ) ) return caches . match ( "/rDuckDev/VIN-Decoder/v1.0.10 /offline/decode.json" ) ;
50
50
} ) ;
You can’t perform that action at this time.
0 commit comments