Skip to content

Commit

Permalink
Release: 4.1.1 (#536)
Browse files Browse the repository at this point in the history
* bump to version 4.1.1

* create build files for 4.1.1
  • Loading branch information
thewahome authored May 8, 2020
1 parent 1c1ccd4 commit cd1f2fb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build/asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"index.html": "/index.html",
"json.worker.js": "/json.worker.js",
"json.worker.js.map": "/json.worker.js.map",
"precache-manifest.09207e68141989280db47ff10042ddd8.js": "/precache-manifest.09207e68141989280db47ff10042ddd8.js",
"precache-manifest.974b60cb18942dc95d39e7b12b7ec000.js": "/precache-manifest.974b60cb18942dc95d39e7b12b7ec000.js",
"service-worker.js": "/service-worker.js"
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
self.__precacheManifest = [
{
"revision": "de4b5ac4710acc3caa7d",
"revision": "680a65047cb4aad31c69",
"url": "/static/js/graph-explorer-v2.js"
},
{
"revision": "de4b5ac4710acc3caa7d",
"revision": "680a65047cb4aad31c69",
"url": "/static/css/graph-explorer-v2.css"
},
{
Expand Down
2 changes: 1 addition & 1 deletion build/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");

importScripts(
"/precache-manifest.09207e68141989280db47ff10042ddd8.js"
"/precache-manifest.974b60cb18942dc95d39e7b12b7ec000.js"
);

workbox.clientsClaim();
Expand Down
20 changes: 10 additions & 10 deletions build/static/js/graph-explorer-v2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/static/js/graph-explorer-v2.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"dependencies": {
"@babel/core": "7.2.2",
Expand Down

0 comments on commit cd1f2fb

Please sign in to comment.