Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Aug 26, 2015
1 parent b781adb commit 9b0b7bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for CPAN-Testers-Data-Generator
================================================

1.21 2015-08-26
- uploads table now has a unique id as primary key.
- cpanstats, release_data and release_summary tables now include an
uploadid field and index.
Expand Down
4 changes: 2 additions & 2 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-Data-Generator",
"version": "1.20",
"version": "1.21",
"abstract": "CPAN Testers cpanstats Database Generator",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -68,7 +68,7 @@
"provides": {
"CPAN::Testers::Data::Generator": {
"file": "lib/CPAN/Testers/Data/Generator.pm",
"version": "1.20"
"version": "1.21"
}
},
"no_index": {
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN-Testers-Data-Generator
version: 1.20
version: 1.21
abstract: CPAN Testers cpanstats Database Generator
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -48,7 +48,7 @@ build_requires:
provides:
CPAN::Testers::Data::Generator:
file: lib/CPAN/Testers/Data/Generator.pm
version: 1.20
version: 1.21

no_index:
directory:
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/Data/Generator.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.20';
$VERSION = '1.21';

#----------------------------------------------------------------------------
# Library Modules
Expand Down

0 comments on commit 9b0b7bc

Please sign in to comment.