Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Dec 29, 2015
1 parent 366e4e9 commit 54c58e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for CPAN-Testers-WWW-Reports-Mailer
====================================================

0.34 2015-12-29
- retrieve sponsors from iheart site.
- add random sponsor to emails.

Expand Down
6 changes: 3 additions & 3 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-WWW-Reports-Mailer",
"version": "0.33",
"version": "0.34",
"abstract": "CPAN Testers Reports Mailer",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -67,7 +67,7 @@
"provides": {
"CPAN::Testers::WWW::Reports::Mailer": {
"file": "lib/CPAN/Testers/WWW/Reports/Mailer.pm",
"version": "0.33"
"version": "0.34"
}
},
"no_index": {
Expand All @@ -84,4 +84,4 @@
"type": "git"
}
}
}
}
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN-Testers-WWW-Reports-Mailer
version: 0.33
version: 0.34
abstract: CPAN Testers Reports Mailer
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -47,7 +47,7 @@ build_requires:
provides:
CPAN::Testers::WWW::Reports::Mailer:
file: lib/CPAN/Testers/WWW/Reports/Mailer.pm
version: 0.33
version: 0.34

resources:
homepage: http://devel.cpantesters.org
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/WWW/Reports/Mailer.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '0.33';
$VERSION = '0.34';

=head1 NAME
Expand Down

0 comments on commit 54c58e0

Please sign in to comment.