Revision history for Perl extension SVG::SpriteMaker.
 
+0.002 2017-02-24T00:41+00:00
+ - Try to rename IDs when they are not unique across input files
+
 0.001 2015-04-25T18:25+03:00
  - Initial release
 
-SVG-SpriteMaker version 0.001
+SVG-SpriteMaker version 0.002
 =============================
 
 This distribution includes:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,
 
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 our @EXPORT = qw/make_sprite/;
 our @EXPORT_OK = @EXPORT;
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,
 
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,