Skip to content

Commit

Permalink
release: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Oct 21, 2018
1 parent 98d9787 commit ceb829a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1',
version: '2.2.2',
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.1"
spec.version = "2.2.2"
spec.authors = ["Tian Qi"]
spec.email = ["[email protected]"]

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.1",
"version": "2.2.2",
"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 ceb829a

Please sign in to comment.