Skip to content

Commit 335c352

Browse files
committed
Update version for release
1 parent f962158 commit 335c352

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ my %WriteMakefileArgs = (
7979
"File::Slurper" => "0.012",
8080
"Test::Exception" => 0
8181
},
82-
"VERSION" => "0.31",
82+
"VERSION" => "0.32",
8383
"test" => {
8484
"TESTS" => "t/*.t t/author/*.t"
8585
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Based on the Original Crypt::OpenSSL::VerifyX509 by
141141

142142
- Copyright 2010 Chris Andrews <chrisandrews@venda.com>
143143

144-
# LICENCE
144+
# LICENSE
145145

146146
This library is free software; you can redistribute it and/or modify
147147
it under the same terms as OpenSSL and is covered by the dual

Verify.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
require 5.010;
77

8-
our $VERSION = '0.31';
8+
our $VERSION = '0.32';
99

1010
use Crypt::OpenSSL::X509;
1111

0 commit comments

Comments
 (0)