chore(release): v4.1.0 💎

This commit is contained in:
Frank Taillandier 2020-05-27 12:42:38 +02:00
parent e05f2b9d5b
commit 0a48b23695
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## HEAD
## 4.1 / 2020-05-27
### Bug Fixes

View File

@ -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

View File

@ -1 +1 @@
4.0.1
4.1.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jekyll
VERSION = "4.0.1"
VERSION = "4.1.0"
end