Skip to content

Commit

Permalink
bumped version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Pierronnet committed Sep 17, 2014
1 parent 95a2e78 commit fe016b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 0.8.5 / 2014-09-17

* lyrics support (USLT tag) (thanks to ipmsteven)
* fixed travis CI tests (thanks to ipmsteven)

=== 0.8.4 / 2014-04-26

* more robust frame scanning when unsynced (thanks to emonsqueeze for the bug report)
Expand Down
2 changes: 1 addition & 1 deletion lib/mp3info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Mp3InfoInternalError < StandardError #:nodoc:

class Mp3Info

VERSION = "0.8.4"
VERSION = "0.8.5"

LAYER = [ nil, 3, 2, 1]
BITRATE = {
Expand Down

0 comments on commit fe016b7

Please sign in to comment.