Bump version and update Changes master 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 24 Feb 2017 00:41:00 +0000 (00:41 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 24 Feb 2017 00:41:00 +0000 (00:41 +0000)
Changes
README
lib/SVG/SpriteMaker.pm
svg-spritemaker

diff --git a/Changes b/Changes
index fa1de77b215979b176413871dc4619b470f4077a..00ba6908fcb3d4fb9326ea92d96f2a97a3cf9508 100644 (file)
--- 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 dc2011bc3d4d4dcf7225a77370ffa6dbb33a1196..54b0673f93271e02440f80222ccc75d0a5ba0160 100644 (file)
--- 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,
index 499cdbef5a86aab01c8186a883f0e86b944f102a..47d566ceba541159a7769ffa970a56b138ab8547 100644 (file)
@@ -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,
index 22ed5018a59581d85cbfe7fd2c42620bed1399ee..20c5adee34344aa10329d4addf8980862ffb6788 100755 (executable)
@@ -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,
This page took 0.017955 seconds and 4 git commands to generate.