From aaca88ef9f8362a7b895db25ddd51d767502deeb Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 02:47:05 +0200 Subject: [PATCH] index: bump version to 1.5 Push dev branch. --- common.inc.plp | 2 +- index.plp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.", ], -- 2.30.0