chore: bump to 4.1.1

This commit is contained in:
Frank Taillandier 2020-06-24 18:55:53 +02:00
parent 3ec61e6a68
commit baf0274234
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## HEAD ## 4.1.1 / 2020-06-24
* Fix grammar in documentation section (#8265) * Fix grammar in documentation section (#8265)

View File

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

View File

@ -1 +1 @@
4.1.0 4.1.1

View File

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