Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 17, 2020
1 parent 7d404f7 commit 27f1396
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2020-11-17 Dave Cross <dave@perlhacks.com>

* Version 1.8.1

* Code tidying

* Packaging improvements

* CI improvements

2016-12-08 Dave Cross <dave@dave.org.uk>

* Build.PL: Packaging fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/AudioFile/Info/Ogg/Vorbis/Header.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use Ogg::Vorbis::Header;
require Inline;
Inline->init;

our $VERSION = '1.8.1';
our $VERSION = '1.8.2';

my %data = (artist => 'ARTIST',
title => 'TITLE',
Expand Down

0 comments on commit 27f1396

Please sign in to comment.