Skip to content

Commit

Permalink
this is a version bump (microformats#100)
Browse files Browse the repository at this point in the history
This is to get recent fixes deployed.

Developement on further enhancements is going to be done in the
version5 branch and there will be a 4.0.9 release to inform of 5.0.0
before it launches.  but I think its important to get the script tag fix
and p-name parsing fixes out sooner.
  • Loading branch information
Ben Roberts authored Aug 27, 2018
1 parent 5b5f16b commit dbda0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you're using [Bundler](https://bundler.io) to manage gem dependencies, add mi
```ruby
source 'https://rubygems.org'

gem 'microformats', '~> 4.0', '>= 4.0.7'
gem 'microformats', '~> 4.0', '>= 4.0.8'
```

…and then run:
Expand Down
2 changes: 1 addition & 1 deletion lib/microformats/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Microformats
VERSION = '4.0.7'.freeze
VERSION = '4.0.8'.freeze
end

0 comments on commit dbda0ae

Please sign in to comment.