Skip to content

Commit

Permalink
bindings: perl module version 1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Jan 7, 2021
1 parent bc41b39 commit 09187bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/perl/META.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"url" : "https://github.com/rhash/RHash"
}
},
"version" : "0.99"
"version" : "1.00"
}
2 changes: 1 addition & 1 deletion bindings/perl/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ resources:
homepage: http://rhash.sf.net/
license: https://github.com/rhash/RHash/blob/master/COPYING
repository: https://github.com/rhash/RHash
version: 0.99
version: 1.00
2 changes: 1 addition & 1 deletion bindings/perl/Rhash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ our %EXPORT_TAGS = (
Exporter::export_tags( );
Exporter::export_ok_tags( qw(Functions Constants) );

our $VERSION = '0.99';
our $VERSION = '1.00';

require XSLoader;
XSLoader::load('Crypt::Rhash', $VERSION);
Expand Down

0 comments on commit 09187bb

Please sign in to comment.