Skip to content

Commit

Permalink
bumped ver to 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Jul 29, 2016
1 parent 60e85f7 commit 8080e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bin/imgcopyright
Expand Up @@ -29,6 +29,11 @@ __END__
imgcopyright - Easily add copyright information to your images
=for html
<a href="http://travis-ci.org/stevieb9/p5-app-copyrightimage"><img src="https://secure.travis-ci.org/stevieb9/p5-app-copyrightimage.png"/></a>
<a href="https://ci.appveyor.com/project/stevieb9/p5-app-copyrightimage"><img src="https://ci.appveyor.com/api/projects/status/br01o72b3if3plsw/branch/master?svg=true"/></a>
<a href='https://coveralls.io/github/stevieb9/p5-app-copyrightimage?branch=master'><img src='https://coveralls.io/repos/stevieb9/p5-app-copyrightimage/badge.svg?branch=master&service=github' alt='Coverage Status' /></a>
=head1 SYNOPSYS
# single image, will be put into ./ci_picture.jpg
Expand Down
2 changes: 1 addition & 1 deletion lib/App/CopyrightImage.pm
Expand Up @@ -12,7 +12,7 @@ use Image::ExifTool qw(:Public);

our @EXPORT = qw(imgcopyright);

our $VERSION = '0.03';
our $VERSION = '0.04';

sub imgcopyright {
my (%data) = @_;
Expand Down

0 comments on commit 8080e5e

Please sign in to comment.