Skip to content

Commit 7bf2021

Browse files
committed
Release 💎 1.1.1
1 parent 3bc7434 commit 7bf2021

File tree

8 files changed

+8
-13
lines changed

8 files changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ 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+
## [1.1.1] - 2017-09-06
99
### Changed
1010
- Change `gems` key in `_config.yml` to `plugins`. [#23](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/23)
11-
12-
### Added
13-
### Changed
14-
### Fixed
15-
1611
- Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
1712

1813
## [1.1.0] - 2017-03-30

_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-
Basically Basic Jekyll Theme 1.1.0
3+
Basically Basic Jekyll Theme 1.1.1
44
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
55
Free for personal and commercial use under the MIT license
66
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

_sass/basically-basic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Basically Basic Jekyll Theme 1.1.0
2+
* Basically Basic Jekyll Theme 1.1.1
33
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md

assets/javascripts/main.js

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

44
/*!
5-
* Basically Basic Jekyll Theme 1.1.0
5+
* Basically Basic Jekyll Theme 1.1.1
66
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
77
* Free for personal and commercial use under the MIT license
88
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

docs/_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-
Basically Basic Jekyll Theme 1.1.0
3+
Basically Basic Jekyll Theme 1.1.1
44
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
55
Free for personal and commercial use under the MIT license
66
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

docs/_sass/basically-basic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Basically Basic Jekyll Theme 1.1.0
2+
* Basically Basic Jekyll Theme 1.1.1
33
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md

docs/assets/javascripts/main.js

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

44
/*!
5-
* Basically Basic Jekyll Theme 1.1.0
5+
* Basically Basic Jekyll Theme 1.1.1
66
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
77
* Free for personal and commercial use under the MIT license
88
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

jekyll-theme-basically-basic.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-basically-basic"
5-
spec.version = "1.1.0"
5+
spec.version = "1.1.1"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{Your new Jekyll default theme.}

0 commit comments

Comments
 (0)