From 2784b3ad431f9e0e9f262d1a06d23f389c93d95c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 4 Jan 2019 12:16:38 -0500 Subject: [PATCH] Bump version to 4.14.2 --- README.md | 2 +- docs/_docs/01-quick-start-guide.md | 2 +- docs/_docs/03-installation.md | 2 +- docs/_docs/04-upgrading.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 00fc9667..8707dac8 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To install: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. ## Usage diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md index 033b9c78..c7704000 100644 --- a/docs/_docs/01-quick-start-guide.md +++ b/docs/_docs/01-quick-start-guide.md @@ -74,7 +74,7 @@ To install as a remote theme: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. You may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used. diff --git a/docs/_docs/03-installation.md b/docs/_docs/03-installation.md index 14e0afa7..d04b5e56 100644 --- a/docs/_docs/03-installation.md +++ b/docs/_docs/03-installation.md @@ -73,7 +73,7 @@ source "https://rubygems.org" # To upgrade, run `bundle update`. -gem "jekyll", "~> 3.5" +gem "jekyll" gem "minimal-mistakes-jekyll" # The following plugins are automatically loaded by the theme-gem: diff --git a/docs/_docs/04-upgrading.md b/docs/_docs/04-upgrading.md index d5fa65b4..978ff815 100644 --- a/docs/_docs/04-upgrading.md +++ b/docs/_docs/04-upgrading.md @@ -12,7 +12,7 @@ To check which version you are currently using, view the source of your built si ```