From: Mischa POSLAWSKY Date: Fri, 6 Feb 2015 04:17:58 +0000 (+0100) Subject: index: bump version to 1.6 X-Git-Tag: v1.6^0 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/8b237b43167a2443b69b6c0a3aec13c926782fc1 index: bump version to 1.6 Finally push the dev branch. --- diff --git a/browser.plp b/browser.plp index 8b51522..8a5fba8 100644 --- a/browser.plp +++ b/browser.plp @@ -5,7 +5,7 @@ use List::Util qw(sum max first); Html({ title => 'browser compatibility cheat sheet', - version => 'v1.1', + version => 'v1.2', 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 4bf28bf..21cbc0d 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?1.5", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.6", $_ ) } @_; } @@ -77,7 +77,7 @@ sub Html { !$showkeys ? '' : $showkeys eq 'ghost' ? '' : (), - '', + '', ) if $meta->{keys}; # flatten arrays diff --git a/countries.plp b/countries.plp index b310a2f..24be348 100644 --- a/countries.plp +++ b/countries.plp @@ -2,7 +2,7 @@ Html({ title => 'country code cheat sheet', - version => 'v1.0', + version => 'v1.1', 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 8de16db..dc56c52 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.5', + version => 'v1.6', description => [ "Cheat sheets summarising various software programs and standards.", ],