Skip to content

Commit ec35d6a

Browse files
authored
Merge pull request #346 from jekyll/pull/release-2.6.1
Release: v2.6.1
2 parents 8dfc413 + acc1493 commit ec35d6a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ rvm:
44
- 2.4
55
- 2.6
66

7-
before_install: gem install bundler
7+
before_install:
8+
- gem update --system
9+
- gem install bundler
10+
811
script: script/cibuild
912

1013
env:

History.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
## HEAD
2-
3-
### Minor Enhancements
4-
5-
* Release: v2.6.0 (#334)
1+
## 2.6.1 / 2019-05-17
62

73
### Development Fixes
84

lib/jekyll-seo-tag/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
55

66
module Jekyll
77
class SeoTag < Liquid::Tag
8-
VERSION = "2.6.0"
8+
VERSION = "2.6.1"
99
end
1010
end

0 commit comments

Comments
 (0)