common: bump version to 1.9
[sheet.git] / termcol.plp
index 3f8befcbd42f3dc3abd5574ce0bcb437ac7343da..6f7a55d979cf7a6d14fcac0839019c828232fce2 100644 (file)
@@ -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.",
@@ -36,7 +36,7 @@ print
 <div class="section">
 <:
 use 5.010;
-use Shiar_Sheet::Colour '1.04';
+use Shiar_Sheet::Colour 1.04;
 use List::Util qw( min max );
 use POSIX qw( ceil );