Skip to content

Commit

Permalink
Release 1.4.5 💎
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jul 6, 2021
1 parent 91bb96f commit 8a65981
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] -
## [1.4.5] - 2021-07-05

## Added
- Add translation keys for CV layout. [#145](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/145)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ for any GitHub-hosted theme.
2. Run `bundle update` and verify that all gems install properly.
3. Add `remote_theme: "mmistakes/[email protected].4"` to your
3. Add `remote_theme: "mmistakes/[email protected].5"` to your
`_config.yml` file. Remove any other `theme:` or `remote_theme:` entries.
---
Expand Down Expand Up @@ -109,7 +109,7 @@ site and you should something similar to:
```
<!--
Basically Basic Jekyll Theme 1.4.4
Basically Basic Jekyll Theme 1.4.5
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
Expand All @@ -128,7 +128,7 @@ update jekyll-theme-basically-basic` if you're not.
Verify you have the [latest version](https://github.com/mmistakes/jekyll-theme-basically-basic/releases) assigned in `_config.yml`
```
remote_theme: "mmistakes/[email protected].4"
remote_theme: "mmistakes/[email protected].5"
```
Note: If `@x.x.x` is omitted the theme's current `master` branch will be used. It is advised to ["lock" `remote_theme`](https://github.com/benbalter/jekyll-remote-theme#declaring-your-theme) at a specific version to avoid introducing breaking changes to your site.
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.4.4
Basically Basic Jekyll Theme 1.4.5
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion _sass/basically-basic.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 1.4.4
* Basically Basic Jekyll Theme 1.4.5
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

/*!
* Basically Basic Jekyll Theme 1.4.4
* Basically Basic Jekyll Theme 1.4.5
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.4.4
Basically Basic Jekyll Theme 1.4.5
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-basically-basic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-basically-basic"
spec.version = "1.4.4"
spec.version = "1.4.5"
spec.authors = ["Michael Rose"]

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

0 comments on commit 8a65981

Please sign in to comment.