Skip to content

Commit

Permalink
Release 💎 v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Mar 19, 2020
1 parent f1ea96f commit 1c51af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ or if you prefer Bundler, add it to your `Gemfile` or `gemspec`
```ruby
# Gemfile

gem "rubocop-jekyll", "~> 0.10.0"
gem "rubocop-jekyll", "~> 0.11.0"
```
```ruby
# <plugin>.gemspec

spec.add_development_dependency "rubocop-jekyll", "~> 0.10.0"
spec.add_development_dependency "rubocop-jekyll", "~> 0.11.0"
```
and run `bundle install`

Expand Down
2 changes: 1 addition & 1 deletion rubocop-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path("lib", __dir__)

Gem::Specification.new do |s|
s.name = "rubocop-jekyll"
s.version = "0.10.0"
s.version = "0.11.0"
s.authors = ["Ashwin Maroli"]
s.email = ["ashmaroli@gmail.com"]
s.homepage = "https://github.com/jekyll/rubocop-jekyll"
Expand Down

0 comments on commit 1c51af2

Please sign in to comment.