Skip to content

Commit

Permalink
Merge pull request #346 from jekyll/pull/release-2.6.1
Browse files Browse the repository at this point in the history
Release: v2.6.1
  • Loading branch information
DirtyF authored May 17, 2019
2 parents 8dfc413 + acc1493 commit ec35d6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ rvm:
- 2.4
- 2.6

before_install: gem install bundler
before_install:
- gem update --system
- gem install bundler

script: script/cibuild

env:
Expand Down
6 changes: 1 addition & 5 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## HEAD

### Minor Enhancements

* Release: v2.6.0 (#334)
## 2.6.1 / 2019-05-17

### Development Fixes

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-seo-tag/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module Liquid; class Tag; end; end

module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.6.0"
VERSION = "2.6.1"
end
end

0 comments on commit ec35d6a

Please sign in to comment.