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