Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzus committed Apr 5, 2019
1 parent f68c4e9 commit d3e4043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.000011 2019-04-05
* Fix conversion of large integers from Perl to JS.
* Hide some undesired warnings.

0.000010 2019-03-04
* Support sending cyclic data to the console.
* Update ppport.h to 3.43.
Expand Down
4 changes: 2 additions & 2 deletions lib/JavaScript/V8/XS.pm
Expand Up @@ -7,7 +7,7 @@ use JSON::PP;
use Text::Trim qw(trim rtrim);
use XSLoader;

our $VERSION = '0.000010';
our $VERSION = '0.000011';
XSLoader::load( __PACKAGE__, $VERSION );

our @EXPORT_OK = qw[];
Expand Down Expand Up @@ -49,7 +49,7 @@ JavaScript::V8::XS - Perl XS binding for the V8 Javascript embeddable engine
=head1 VERSION
Version 0.000010
Version 0.000011
=head1 SYNOPSIS
Expand Down

0 comments on commit d3e4043

Please sign in to comment.