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