X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FConvert%2FColor%2FLCh.pm;h=45c67aa7dfda2f34dcbc6fb924e4e89dddd7988c;hb=a17d2402f10384cb86b2b33118be1b0c2eb47024;hp=e12fdc44e98d98b9f5e0400d8306a9a987176ac7;hpb=6bf4f934c8fb4150c09a13ea6d4147ce579c25df;p=convert-color-husl.git diff --git a/lib/Convert/Color/LCh.pm b/lib/Convert/Color/LCh.pm index e12fdc4..45c67aa 100644 --- a/lib/Convert/Color/LCh.pm +++ b/lib/Convert/Color/LCh.pm @@ -5,7 +5,7 @@ use strict; use warnings; use parent qw/Convert::Color/; -our $VERSION = '0.002'; +our $VERSION = '1.000'; use Convert::Color::LUV; use Math::Trig ':pi';