From 5c7da44c2e5b69b27463524721ac315c519c13f7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 24 Feb 2017 00:41:00 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/SVG/SpriteMaker.pm | 4 ++-- svg-spritemaker | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) 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, Emarius@ieval.roE =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, Emarius@ieval.roE =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, -- 2.30.2