From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 00:47:05 +0000 (+0200) Subject: index: bump version to 1.5 X-Git-Tag: v1.5~21 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/aaca88ef9f8362a7b895db25ddd51d767502deeb?ds=sidebyside index: bump version to 1.5 Push dev branch. --- diff --git a/common.inc.plp b/common.inc.plp index 41e0e28..9c5ae74 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -34,7 +34,7 @@ sub stylesheet { return join "\n", map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.5", $_ ) } @_; } diff --git a/index.plp b/index.plp index 904edd9..ef845c8 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.4', + version => 'v1.5', description => [ "Cheat sheets summarising various software programs and standards.", ],