From 8b237b43167a2443b69b6c0a3aec13c926782fc1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 6 Feb 2015 05:17:58 +0100 Subject: [PATCH] index: bump version to 1.6 Finally push the dev branch. --- browser.plp | 2 +- common.inc.plp | 4 ++-- countries.plp | 2 +- index.plp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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.", ], -- 2.30.0