Skip to content

Commit ed57eae

Browse files
committed
Release 3.1.0 💎
1 parent 2b20d95 commit ed57eae

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.0] - 03-12-2018
99

1010
### Changed
1111
- Set `autofocus` on search input.

_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.0.1
3+
So Simple Jekyll Theme 3.1.0
44
Copyright 2013-2018 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.0.1
2+
* So Simple Jekyll Theme 3.1.0
33
* Copyright 2013-2018 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.0.1"
5+
spec.version = "3.1.0"
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.0.1",
4+
"version": "3.1.0",
55
"author": "Michael Rose",
66
"homepage": "http://mmistakes.github.io/so-simple-theme/",
77
"repository": {

0 commit comments

Comments
 (0)