X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FConvert%2FColor%2FLCh.pm;h=45c67aa7dfda2f34dcbc6fb924e4e89dddd7988c;hb=b01c86b7a749a1811c8a16a0597746f611cab7c9;hp=106098f226e1a9737aea1b395546d32d8fb0d290;hpb=a9cfbc8975e760a945648a83070383decdefdc36;p=convert-color-husl.git diff --git a/lib/Convert/Color/LCh.pm b/lib/Convert/Color/LCh.pm index 106098f..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.002001'; +our $VERSION = '1.000'; use Convert::Color::LUV; use Math::Trig ':pi';