Skip to content

Commit

Permalink
release: v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Nov 11, 2018
1 parent 892ccd7 commit b45f11a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

## 2.2.2 (2018-11-21)
## 2.2.3 (2018-11-11)

### Enhancements

- Add Swiper component
- Special stylesheets for print
- Add AddThis sharing service (@liao961120)
- Add extensions for demos (CodePen)

## 2.2.2 (2018-10-21)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion _includes/scripts/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
(function() {
var TEXT_VARIABLES = {
version: '2.2.2',
version: '2.2.3',
sources: {
font_awesome: '{{ _sources.font_awesome }}',
jquery: '{{ _sources.jquery }}',
Expand Down
2 changes: 1 addition & 1 deletion jekyll-text-theme.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-text-theme"
spec.version = "2.2.2"
spec.version = "2.2.3"
spec.authors = ["Tian Qi"]
spec.email = ["kitian616@outlook.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": "jekyll-text-theme",
"version": "2.2.2",
"version": "2.2.3",
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
"scripts": {
"build": "bundle exec jekyll build",
Expand Down

0 comments on commit b45f11a

Please sign in to comment.