From: Marius Gavrilescu <marius@ieval.ro>
Date: Fri, 24 Feb 2017 00:41:00 +0000 (+0000)
Subject: Bump version and update Changes
X-Git-Tag: 0.002^0
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=HEAD;p=svg-spritemaker.git

Bump version and update Changes
---

diff --git a/Changes b/Changes
index fa1de77..00ba690 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 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
diff --git a/README b/README
index dc2011b..54b0673 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-SVG-SpriteMaker version 0.001
+SVG-SpriteMaker version 0.002
 =============================
 
 This distribution includes:
@@ -37,7 +37,7 @@ This module requires these other modules and libraries:
 
 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,
diff --git a/lib/SVG/SpriteMaker.pm b/lib/SVG/SpriteMaker.pm
index 499cdbe..47d566c 100644
--- a/lib/SVG/SpriteMaker.pm
+++ b/lib/SVG/SpriteMaker.pm
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 our @EXPORT = qw/make_sprite/;
 our @EXPORT_OK = @EXPORT;
 
@@ -166,7 +166,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,
diff --git a/svg-spritemaker b/svg-spritemaker
index 22ed501..20c5ade 100755
--- a/svg-spritemaker
+++ b/svg-spritemaker
@@ -80,7 +80,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =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,