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)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
name: Jekyll • Simple, blog-aware, static sites
|
||||
description: Transform your plain text into static websites and blogs
|
||||
url: https://jekyllrb.com
|
||||
|
|
|
@ -1 +1 @@
|
|||
4.1.0
|
||||
4.1.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Jekyll
|
||||
VERSION = "4.1.0"
|
||||
VERSION = "4.1.1"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue