From 65795900e196ee23101209e4171a4530a6e8ea01 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 Sep 2015 19:05:14 +0200 Subject: [PATCH 1/1] common: bump version to 1.8 Ensure CSS reload and page version increment for any significant changes. --- common.inc.plp | 2 +- countries.plp | 2 +- index.plp | 2 +- latin.plp | 2 +- mutt.plp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common.inc.plp b/common.inc.plp index 11f1fb4..fe2a287 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -41,7 +41,7 @@ sub stylesheet { return join "\n", map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.8", $_ ) } @_; } diff --git a/countries.plp b/countries.plp index de29a82..734a133 100644 --- a/countries.plp +++ b/countries.plp @@ -2,7 +2,7 @@ Html({ title => 'country code cheat sheet', - version => '1.1', + version => '1.2', description => "Table of ISO-3166-1 country codes with the names of reserved territories.", keywords => [qw'country code cc tld cctld continent territory land table'], diff --git a/index.plp b/index.plp index ed32157..f05dd83 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.7', + version => '1.8', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/latin.plp b/latin.plp index a166ff8..ce8c111 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.1', + version => '1.2', description => [ ], keywords => [qw' diff --git a/mutt.plp b/mutt.plp index f29a39a..762a0b1 100644 --- a/mutt.plp +++ b/mutt.plp @@ -2,7 +2,7 @@ Html({ title => 'mutt cheat sheet', - version => '1.1', + version => '1.2', description => [ "Cheat sheet for the Mutt e-mail client,", "showing the default binding for each key.", -- 2.30.0