Skip to content

Commit c319d5f

Browse files
committed
Bump version
1 parent 070350a commit c319d5f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Demo
44

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.
66

77
## Attribution
88

manifest/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"theme_color": "#8E8C84",
55
"background_color": "#8E8C84",
66
"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/",
99
"icons": [{
1010
"src": "./icons/icon-72x72.png",
1111
"sizes": "72x72",

serviceworker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ workbox.core.setCacheNameDetails({
77
});
88

99
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"
1212
]);
1313

1414
workbox.routing.registerRoute(
@@ -46,5 +46,5 @@ workbox.routing.registerRoute(
4646

4747
workbox.routing.setCatchHandler(({event}) => {
4848
// 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");
5050
});

0 commit comments

Comments
 (0)