Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jan 23, 2011
1 parent 50078a4 commit f97fc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mimemagic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Mime type detection
class MimeMagic
VERSION = '0.1.7'
VERSION = '0.1.8'

attr_reader :type, :mediatype, :subtype

Expand Down
2 changes: 1 addition & 1 deletion mimemagic.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{mimemagic}
s.version = "0.1.7"
s.version = "0.1.8"

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

0 comments on commit f97fc8e

Please sign in to comment.