summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-05 12:41:06 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-05 12:41:06 +0200
commit55581d1f257eeff7e509cb03f3eeed7e2da6f3a9 (patch)
tree733ee8b279b440f800301d382475def314179857 /templates/layouts
parent85636af26a6f5c266107e2f26f697bc9de0bb69d (diff)
update asset version1.1.6
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index e6a4f6a..e52174d 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Weather PWA">
- % my $av = 'v12'; # asset version
+ % my $av = 'v13'; # asset version
<link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-152x152.png">
<link rel="manifest" href="/static/<%= $av %>/manifest.json">
%= stylesheet "/static/${av}/css/materialize.min.css"