Skip to content

Commit

Permalink
Preparing to release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagorossener committed Apr 2, 2020
1 parent be0d508 commit 455d330
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ Use the [Front Matter properties](https://github.com/thiagorossener/jekflix-temp
## Release notes

### v3.1.0

- Fixed hero URL
- Updated Google Analytics script, thanks to [@JHLeeeMe](https://github.com/JHLeeeMe)
- Added MathJax library to render math expressions, thanks to [@XieGuochao](https://github.com/XieGuochao)

### v3.0.2

- Added assets folder
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ exclude: [
]

# Theme
version: v3.0.2
version: v3.1.0
2 changes: 1 addition & 1 deletion jekflix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekflix"
spec.version = "3.0.2"
spec.version = "3.1.0"
spec.authors = ["Thiago Rossener"]
spec.email = ["thiago@rossener.com"]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jekflix-template",
"version": "3.0.2",
"version": "3.1.0",
"description": "A Jekyll theme inspired by Netflix",
"main": "gulpfile.js",
"homepage": "https://github.com/thiagorossener/jekflix-template.git#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/yml/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ exclude: [
]

# Theme
version: v3.0.2
version: v3.1.0

0 comments on commit 455d330

Please sign in to comment.