assets/js/sw.js in jekyll-theme-hydejack-8.0.0 vs assets/js/sw.js in jekyll-theme-hydejack-8.1.0

- old
+ new

@@ -20,11 +20,11 @@ // {% if jekyll.environment == 'production' or site.hydejack.offline.development %} // The shell cache keeps "landmark" resources, like CSS and JS, web fonts, etc. // which won't change between content updates. // {% assign cv = site.hydejack.offline.cache_version | default:"1" %} -const SHELL_CACHE = "shell-8.0.0--v{{ cv }}--sw{{ '/' | relative_url }}"; +const SHELL_CACHE = "shell-8.1.0--v{{ cv }}--sw{{ '/' | relative_url }}"; // A separate assets cache that won't be invalidated when there's a newer version of Hydejack. // NOTE: Whenever you make changes to any of the files in yor `assets` folder, // increase the cache number, otherwise the changes will NEVER be visible to returning visitors. const ASSETS_CACHE = "assets--v{{ cv }}--sw{{ '/' | relative_url }}"; @@ -50,11 +50,11 @@ const GOOGLE_FONTS = "https://fonts.googleapis.com/css?family={{ google_fonts | uri_escape }}"; // {% endunless %} const SHELL_FILES = [ "{{ '/assets/bower_components/fontfaceobserver/fontfaceobserver.standalone.js' | relative_url }}", - "{{ '/assets/js/hydejack-8.0.0.js' | relative_url }}", - "{{ '/assets/css/hydejack-8.0.0.css' | relative_url }}", + "{{ '/assets/js/hydejack-8.1.0.js' | relative_url }}", + "{{ '/assets/css/hydejack-8.1.0.css' | relative_url }}", "{{ '/assets/img/swipe.svg' | relative_url }}", ICON_FONT, /*{% if gf %}*/ GOOGLE_FONTS /*{% endif %}*/, ];