From baf0274234b11766c5aefe92122972ed08559e6f Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 24 Jun 2020 18:55:53 +0200 Subject: [PATCH] chore: bump to 4.1.1 --- History.markdown | 2 +- docs/_config.yml | 2 +- docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.markdown b/History.markdown index 4c55c18d..db5dc170 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 4.1.1 / 2020-06-24 * Fix grammar in documentation section (#8265) diff --git a/docs/_config.yml b/docs/_config.yml index 31c31b00..340a3c2c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/latest_version.txt b/docs/latest_version.txt index ee74734a..627a3f43 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -4.1.0 +4.1.1 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 49595d22..0f449d03 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "4.1.0" + VERSION = "4.1.1" end