[Scummvm-git-logs] scummvm-web master -> 0fecfc1d263dbc12da231e3838f960f75096426d

Mataniko mataniko at gmail.com
Fri Oct 9 19:28:29 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
0fecfc1d26 WEB: Bump up CSS version


Commit: 0fecfc1d263dbc12da231e3838f960f75096426d
    https://github.com/scummvm/scummvm-web/commit/0fecfc1d263dbc12da231e3838f960f75096426d
Author: Matan Bareket (mataniko at gmail.com)
Date: 2020-10-09T15:28:26-04:00

Commit Message:
WEB: Bump up CSS version

Changed paths:
    templates/pages/index.tpl


diff --git a/templates/pages/index.tpl b/templates/pages/index.tpl
index a0a35481..a3dcbcb9 100644
--- a/templates/pages/index.tpl
+++ b/templates/pages/index.tpl
@@ -34,7 +34,7 @@
     {/if}
     {/foreach}
     {* Cache bust CSS if making major changes *}
-    {$css = "2.0.0"}
+    {$css = "2.2.0"}
     <link rel="stylesheet" href="/css/main_{($rtl) ? 'rtl' : 'ltr'}.css?v={$css}">
     {* Page specific, or other extra CSS rules. *}
     {foreach from=$css_files item=filename}




More information about the Scummvm-git-logs mailing list