Skip to content

Commit a2799eb

Browse files
committed
Release 3.1.3 πŸ’Ž
1 parent 81e9557 commit a2799eb

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased] -
8+
## [3.1.3] - 08-20-2019
99

1010
### Changed
1111
- Relax Jekyll dependency to allow for version 4.0.
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Added
1616
- Add accent color variants for buttons and notices. [#335](https://github.com/mmistakes/so-simple-theme/pull/335)
1717

18-
## [3.1.2] - 02-17-2018
18+
## [3.1.2] - 02-17-2019
1919

2020
### Changed
2121
- Update GitHub issue templates.

β€Ž_layouts/default.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
So Simple Jekyll Theme 3.1.2
3+
So Simple Jekyll Theme 3.1.3
44
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
55
Free for personal and commercial use under the MIT license
66
https://github.com/mmistakes/so-simple-theme/blob/master/LICENSE

β€Ž_sass/so-simple.scssβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* So Simple Jekyll Theme 3.1.2
2+
* So Simple Jekyll Theme 3.1.3
33
* Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/so-simple-theme/blob/master/LICENSE

β€Žassets/js/main.min.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjekyll-theme-so-simple.gemspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-so-simple"
5-
spec.version = "3.1.2"
5+
spec.version = "3.1.3"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A simple Jekyll theme for words and pictures.}

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jekyll-theme-so-simple",
33
"description": "A simple Jekyll theme for words and pictures.",
4-
"version": "3.1.2",
4+
"version": "3.1.3",
55
"author": "Michael Rose",
66
"homepage": "http://mmistakes.github.io/so-simple-theme/",
77
"repository": {

0 commit comments

Comments
Β (0)