Skip to content

Commit 8d7de97

Browse files
committed
Increase version number to v1.11
1 parent 3c8a3cd commit 8d7de97

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Audio::Scan
22

3+
1.11 2025-09-12
4+
- fix compatibility with Perl 5.42
5+
36
1.10 2024-02-29
47
- ogg/flac: add support for ogf file format.
58

lib/Audio/Scan.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Audio::Scan;
22

33
use strict;
44

5-
our $VERSION = '1.10';
5+
our $VERSION = '1.11';
66

77
require XSLoader;
88
XSLoader::load('Audio::Scan', $VERSION);

0 commit comments

Comments
 (0)