From aeb47e7600bf4e34a37f3ebfe0e6edc534d92147 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 9 Jun 2015 05:43:59 +0200 Subject: [PATCH] index: bump version to 1.7 Also increase number for all pages with significant changes since v1.6. --- browser.plp | 2 +- digraphs.plp | 2 +- font.plp | 2 +- index.plp | 2 +- latin.plp | 2 +- perl.plp | 2 +- unicode.plp | 2 +- writing.plp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/browser.plp b/browser.plp index 652f6a9..a694f3b 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 => 'v1.2', + version => 'v1.3', description => [ "Compatibility table of new web features (HTML5, CSS3, SVG, Javascript)", "comparing support and usage share for all popular browser versions.", diff --git a/digraphs.plp b/digraphs.plp index 54097cb..4c45044 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -3,7 +3,7 @@ use 5.010; # state Html({ title => 'digraph cheat sheet', - version => 'v1.0', + version => 'v1.1', description => [ "Complete table of digraph characters from RFC-1345.", ], diff --git a/font.plp b/font.plp index af7743b..e64e204 100644 --- a/font.plp +++ b/font.plp @@ -3,7 +3,7 @@ use 5.014; Html({ title => 'character support sheet', - version => 'v1.1', + version => 'v1.2', keywords => [qw( unicode font glyph char character support overview cover coverage script block symbol sign mark reference table diff --git a/index.plp b/index.plp index 8baf901..a8b3a8f 100644 --- a/index.plp +++ b/index.plp @@ -2,7 +2,7 @@ Html({ title => 'cheat sheets', - version => 'v1.6', + version => 'v1.7', description => [ "Cheat sheets summarising various software programs and standards.", ], diff --git a/latin.plp b/latin.plp index 1c9f490..94b583c 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => 'v1.0', + version => 'v1.1', description => [ ], keywords => [qw' diff --git a/perl.plp b/perl.plp index f4360c5..fd67342 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => 'v1.0', + version => 'v1.1', keywords => [qw' perl version feature features comparison sheet cheat overview summary diff --git a/unicode.plp b/unicode.plp index b14deff..119d771 100644 --- a/unicode.plp +++ b/unicode.plp @@ -2,7 +2,7 @@ Html({ title => 'unicode glyph cheat sheet', - version => 'v1.0', + version => 'v1.1', description => [ "Common Unicode characters with digraph or code point, layed out for quick location.", "Includes general symbols, arrows, drawing characters, and IPA letters.", diff --git a/writing.plp b/writing.plp index c5a23c7..5c7c982 100644 --- a/writing.plp +++ b/writing.plp @@ -2,7 +2,7 @@ Html({ title => 'writing system inheritance sheet', - version => 'v1.0', + version => 'v1.1', description => [ "Character comparison,", "tracking letters as they evolve from Phoenician to modern scripts.", -- 2.30.0