chore: bump to 4.1.1
This commit is contained in:
parent
3ec61e6a68
commit
baf0274234
|
@ -1,4 +1,4 @@
|
||||||
## HEAD
|
## 4.1.1 / 2020-06-24
|
||||||
|
|
||||||
* Fix grammar in documentation section (#8265)
|
* Fix grammar in documentation section (#8265)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
version: 4.1.0
|
version: 4.1.1
|
||||||
name: Jekyll • Simple, blog-aware, static sites
|
name: Jekyll • Simple, blog-aware, static sites
|
||||||
description: Transform your plain text into static websites and blogs
|
description: Transform your plain text into static websites and blogs
|
||||||
url: https://jekyllrb.com
|
url: https://jekyllrb.com
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4.1.0
|
4.1.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = "4.1.0"
|
VERSION = "4.1.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue