diff --git a/Changes b/Changes index 52109ec..5a854f4 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,8 @@ Revision history for Perl module YAML::Tidy -0.001_002 2020-09-28 19:27:46+02:00 +0.002 2020-09-29 18:25:51+02:00 - Improve finding of node start and end - - Fix Test::Warnings dependency - -0.001_001 2020-09-26 16:35:19+02:00 - - Fix dependencies - Add more tests - Add more docs diff --git a/Makefile.PL b/Makefile.PL index 2902e97..16e6895 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::Warnings" => "0.029" }, - "VERSION" => "0.001_002", + "VERSION" => "0.002", "test" => { "TESTS" => "t/*.t" } diff --git a/dist.ini b/dist.ini index a3e9ae7..19c155b 100644 --- a/dist.ini +++ b/dist.ini @@ -4,7 +4,7 @@ license = Perl_5 copyright_holder = Tina Müller copyright_year = 2020 -version = 0.001_002 +version = 0.002 [@Filter] -bundle = @Basic