diff --git a/Changes b/Changes index fe5a456..1417377 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Release history for Path-FindDev {{$NEXT}} + +0.5.2 2014-08-16T04:12:22Z [00 Trivial] - CPANDAY! - No code changes. diff --git a/lib/Path/FindDev.pm b/lib/Path/FindDev.pm index 68bf78e..5ba17cf 100644 --- a/lib/Path/FindDev.pm +++ b/lib/Path/FindDev.pm @@ -5,7 +5,7 @@ use utf8; package Path::FindDev; -our $VERSION = '0.5.2'; +our $VERSION = '0.5.3'; # ABSTRACT: Find a development path somewhere in an upper hierarchy. diff --git a/lib/Path/FindDev/Object.pm b/lib/Path/FindDev/Object.pm index 4be0fd7..ea65759 100644 --- a/lib/Path/FindDev/Object.pm +++ b/lib/Path/FindDev/Object.pm @@ -5,7 +5,7 @@ use utf8; package Path::FindDev::Object; -our $VERSION = '0.5.2'; +our $VERSION = '0.5.3'; # ABSTRACT: Object oriented guts to FindDev