Skip to content

Commit b9d9dc1

Browse files
committed
Release 4.9.1 💎
1 parent b600046 commit b9d9dc1

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## [4.9.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.1)
22

33
### Enhancements
44

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.9.0 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.9.1 by Michael Rose
77
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt

_sass/minimal-mistakes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.9.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.9.1 by Michael Rose
33
* Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
55
*/

assets/js/main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_docs/18-history.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2018-02-05T14:33:59-05:00
7+
last_modified_at: 2018-02-05T14:38:43-05:00
88
toc: true
99
---
1010

11-
## Unreleased
11+
## [4.9.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.1)
1212

1313
### Enhancements
1414

docs/_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.9.0 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.9.1 by Michael Rose
77
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt

docs/_pages/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ header:
77
cta_label: "<i class='fas fa-download'></i> Install Now"
88
cta_url: "/docs/quick-start-guide/"
99
caption:
10-
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0">Latest release v4.9.0</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
10+
excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.<br /> <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.1">Latest release v4.9.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
1111
feature_row:
1212
- image_path: /assets/images/mm-customizable-feature.png
1313
alt: "customizable"

minimal-mistakes-jekyll.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minimal-mistakes-jekyll"
5-
spec.version = "4.9.0"
5+
spec.version = "4.9.1"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A flexible two-column Jekyll theme.}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)