common: bump version to 1.8 v1.8
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 17:05:14 +0000 (19:05 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
Ensure CSS reload and page version increment for any significant changes.

common.inc.plp
countries.plp
index.plp
latin.plp
mutt.plp

index 11f1fb4a18a7e2959048542198551c2845204c40..fe2a2878a6a09d8c5e7861b2bb6e7d12452e89d7 100644 (file)
@@ -41,7 +41,7 @@ sub stylesheet {
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.8", $_
        ) } @_;
 }
 
index de29a82027a80a0fedc4b0bbc55ce0b1d3f61492..734a13397728c089efd94b33612b727366340ba0 100644 (file)
@@ -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'],
index ed321577bfa58e089de0b281f43e3a4dd3b74e79..f05dd83900443cd5d687883365fad051af55e546 100644 (file)
--- 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.",
        ],
index a166ff80b33875b81bfab08bd7000c3201a119dd..ce8c111a2fbab26a7f6d58633ba1e93cdb42f0eb 100644 (file)
--- 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'
index f29a39a6285907e0f1d3e875a0147adcdcf0a23c..762a0b15d139bed264ff68e19150718af04a471f 100644 (file)
--- 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.",