Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Mar 27, 2018
1 parent a276004 commit 0fb219f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-favicon (0.2.0)
jekyll-favicon (0.2.1)
jekyll (~> 3.0)
mini_magick (~> 4.5)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note: this project depends on [minimagick/minimagick](https://github.com/minimag
Add this line to your application's Gemfile:

```ruby
gem 'jekyll-favicon', '~> 0.2.0', group: :jekyll_plugins
gem 'jekyll-favicon', '~> 0.2.1', group: :jekyll_plugins
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/favicon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module Favicon
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end
end

0 comments on commit 0fb219f

Please sign in to comment.