Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzus committed Sep 2, 2021
1 parent a87ab74 commit a318f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.000079 2021-09-16
* Teach XS to translate ArrayBuffer & TypedArray to Perl.
* Fix character-encoding oddities, add documentation.

0.000078 2019-08-14
* Add possibility to retrieve Duktape version information.

Expand Down
4 changes: 2 additions & 2 deletions lib/JavaScript/Duktape/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use parent 'Exporter';
use JSON::PP; # required to properly handle booleans
use XSLoader;

our $VERSION = '0.000078';
our $VERSION = '0.000079';
XSLoader::load( __PACKAGE__, $VERSION );

our @EXPORT_OK = qw[];
Expand All @@ -25,7 +25,7 @@ engine
=head1 VERSION
Version 0.000078
Version 0.000079
=head1 SYNOPSIS
Expand Down

0 comments on commit a318f23

Please sign in to comment.