Fix bug in conversion process between RSS and Atom where HTML got double encoded
[catagits/XML-Feed.git] / lib / XML / Feed.pm
index 13f00bf..7f609f3 100644 (file)
@@ -12,7 +12,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
                       require     => 1,
                       sub_name    => 'formatters';
 
-our $VERSION = '0.43';
+our $VERSION = '0.44';
 our $MULTIPLE_ENCLOSURES = 0;
 our @formatters;
 BEGIN {