Skip to content

Commit 09187bb

Browse files
committed
bindings: perl module version 1.00
1 parent bc41b39 commit 09187bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bindings/perl/META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"url" : "https://github.com/rhash/RHash"
4848
}
4949
},
50-
"version" : "0.99"
50+
"version" : "1.00"
5151
}

bindings/perl/META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ resources:
2323
homepage: http://rhash.sf.net/
2424
license: https://github.com/rhash/RHash/blob/master/COPYING
2525
repository: https://github.com/rhash/RHash
26-
version: 0.99
26+
version: 1.00

bindings/perl/Rhash.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ our %EXPORT_TAGS = (
2323
Exporter::export_tags( );
2424
Exporter::export_ok_tags( qw(Functions Constants) );
2525

26-
our $VERSION = '0.99';
26+
our $VERSION = '1.00';
2727

2828
require XSLoader;
2929
XSLoader::load('Crypt::Rhash', $VERSION);

0 commit comments

Comments
 (0)