Skip to content

Commit 4494284

Browse files
committed
Bump version
1 parent 8450185 commit 4494284

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-
Check out the [demo](https://cdn.rawgit.com/rDuckDev/VIN-Decoder/v1.0.3/) hosted on RawGit!
5+
Check out the [demo](https://cdn.rawgit.com/rDuckDev/VIN-Decoder/v1.0.4/) hosted on RawGit!
66

77
## Attribution
88

manifest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"background_color": "#8E8C84",
66
"display": "standalone",
77
"Scope": "/",
8-
"start_url": "/rDuckDev/VIN-Decoder/v1.0.3/",
8+
"start_url": "/rDuckDev/VIN-Decoder/v1.0.4/",
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.3/",
11-
"/rDuckDev/VIN-Decoder/v1.0.3/offline/decode.json"
10+
"/rDuckDev/VIN-Decoder/v1.0.4/",
11+
"/rDuckDev/VIN-Decoder/v1.0.4/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.3/offline/decode.json");
49+
if (apiURL.test(event.request.url)) return caches.match("/rDuckDev/VIN-Decoder/v1.0.4/offline/decode.json");
5050
});

0 commit comments

Comments
 (0)