Skip to content

Commit

Permalink
version bump for ruby 2.6 support (microformats#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Roberts authored Feb 5, 2019
1 parent 9840401 commit f694fb6
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.9'
gem 'microformats', '~> 4.0', '>= 4.1.0'
```

…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.9'.freeze
VERSION = '4.1.0'.freeze
end

0 comments on commit f694fb6

Please sign in to comment.