From: Mischa POSLAWSKY Date: Thu, 23 Mar 2017 03:23:50 +0000 (+0100) Subject: common: bump version to 1.9 X-Git-Tag: v1.9^0 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/01d61f72fed7ac041786ea69d1b080f45a4c49d1?ds=inline common: bump version to 1.9 Mark significant changes since v1.8 and force CSS reload. --- diff --git a/browser.plp b/browser.plp index 4a964fd..0fc1627 100644 --- a/browser.plp +++ b/browser.plp @@ -6,7 +6,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; Html({ title => 'browser compatibility cheat sheet', - version => '1.3', + version => '1.4', description => [ "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", "comparing support and usage share for all popular browser versions.", diff --git a/common.inc.plp b/common.inc.plp index fe2a287..fa0e14f 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.8", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.9", $_ ) } @_; } diff --git a/digraphs.plp b/digraphs.plp index e66ec8f..aca0766 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -6,7 +6,7 @@ my $modename = $mode ? 'X.Org' : 'RFC-1345'; Html({ title => 'digraph cheat sheet', - version => '1.1', + version => '1.2', description => [ "Complete table of digraph characters from $modename.", ], diff --git a/index.plp b/index.plp index b0439ff..01b59c4 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => '1.8', + version => '1.9', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/latin.plp b/latin.plp index e27a916..03820d2 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.2', + version => '1.3', description => [ ], keywords => [qw' diff --git a/perl.plp b/perl.plp index ff3054e..57401d2 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.1', + version => '1.2', keywords => [qw' perl version feature features comparison sheet cheat overview summary diff --git a/termcol.plp b/termcol.plp index d4cd63f..6f7a55d 100644 --- a/termcol.plp +++ b/termcol.plp @@ -2,7 +2,7 @@ Html({ title => 'terminal colour cheat sheet', - version => '1.0', + version => '1.1', description => [ "Index of all terminal/console colour codes,", "with an example result of various environments.", diff --git a/writing.plp b/writing.plp index 81ef21b..61e9e1f 100644 --- a/writing.plp +++ b/writing.plp @@ -2,7 +2,7 @@ Html({ title => 'writing system inheritance sheet', - version => '1.1', + version => '1.2', description => [ "Character comparison,", "tracking letters as they evolve from Phoenician to modern scripts.",