Skip to content

Commit

Permalink
bump version to 2.005
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hardin committed Jan 9, 2023
1 parent 44c9107 commit bd9c926
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Gideon Knocke <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.19, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_1"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
"version" : "2"
},
"name" : "Crypt-PKCS10",
"no_index" : {
Expand All @@ -35,7 +35,7 @@
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
Expand Down Expand Up @@ -63,11 +63,11 @@
"homepage" : "https://github.com/openxpki/Crypt-PKCS10",
"repository" : {
"type" : "git",
"url" : "https://github.com/openxpki/Crypt-PKCS10.git",
"url" : "git://github.com/openxpki/Crypt-PKCS10.git",
"web" : "https://github.com/openxpki/Crypt-PKCS10"
}
},
"version" : "2.004",
"version" : "2.005",
"x_contributors" : [
"Daniel Hoffend <[email protected]>",
"Gideon Knocke <[email protected]>",
Expand All @@ -83,6 +83,6 @@
"gknocke <[email protected]>",
"washburnwi64 <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 4.06",
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 1
}
2 changes: 1 addition & 1 deletion lib/Crypt/PKCS10.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Encode ();
use MIME::Base64;
use Scalar::Util ();

our $VERSION = '2.004';
our $VERSION = '2.005';

my $apiVersion = undef; # 0 for compatibility. 1 for prefered
my $error;
Expand Down

0 comments on commit bd9c926

Please sign in to comment.