Skip to content

Commit

Permalink
prepared for v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Pierronnet committed Oct 31, 2016
1 parent cdc1fb5 commit 40f8f1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 0.8.10 / 2016-10-31

* bugfix on /^(T|COM|USLT)/ tags parsing

=== 0.8.9 / 2016-02-03

* bugfix on JPEG picture parsing + testsuite
Expand Down
2 changes: 1 addition & 1 deletion lib/mp3info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Mp3InfoInternalError < StandardError #:nodoc:

class Mp3Info

VERSION = "0.8.9"
VERSION = "0.8.10"

LAYER = [ nil, 3, 2, 1]
BITRATE = {
Expand Down
2 changes: 1 addition & 1 deletion ruby-mp3info.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{ruby-mp3info}
s.version = "0.8.7"
s.version = "0.8.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Guillaume Pierronnet"]
Expand Down

0 comments on commit 40f8f1a

Please sign in to comment.