chore(release): v4.1.0 💎
This commit is contained in:
parent
e05f2b9d5b
commit
0a48b23695
|
@ -1,4 +1,4 @@
|
|||
## HEAD
|
||||
## 4.1 / 2020-05-27
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
version: 4.0.1
|
||||
version: 4.1.0
|
||||
name: Jekyll • Simple, blog-aware, static sites
|
||||
description: Transform your plain text into static websites and blogs
|
||||
url: https://jekyllrb.com
|
||||
|
|
|
@ -1 +1 @@
|
|||
4.0.1
|
||||
4.1.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Jekyll
|
||||
VERSION = "4.0.1"
|
||||
VERSION = "4.1.0"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue