Skip to content

Commit

Permalink
JPEG: bump version and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Sep 17, 2024
1 parent 9b73956 commit 9148f6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions JPEG/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Imager-File-JPEG 0.98
=====================

- fix an invalid sscanf() return value check detected by CodeQL

Imager-File-JPEG 0.97
=====================

Expand Down
2 changes: 1 addition & 1 deletion JPEG/JPEG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use Imager;

BEGIN {
our $VERSION = "0.97";
our $VERSION = "0.98";

require XSLoader;
XSLoader::load('Imager::File::JPEG', $VERSION);
Expand Down

0 comments on commit 9148f6d

Please sign in to comment.