Skip to content

Commit

Permalink
Release 💎 v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Jan 3, 2019
1 parent 96ec9dc commit e636f20
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.4.0"
gem "rubocop-jekyll", "~> 0.5.0"
```
```ruby
# <plugin>.gemspec

spec.add_development_dependency "rubocop-jekyll", "~> 0.4.0"
spec.add_development_dependency "rubocop-jekyll", "~> 0.5.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.4.0"
s.version = "0.5.0"
s.authors = ["Ashwin Maroli"]
s.email = ["ashmaroli@gmail.com"]
s.homepage = "https://github.com/ashmaroli/rubocop-jekyll"
Expand Down

0 comments on commit e636f20

Please sign in to comment.