Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceb829a

Browse files
committed
release: v2.2.2
1 parent 98d9787 commit ceb829a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/scripts/variables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script>
88
(function() {
99
var TEXT_VARIABLES = {
10-
version: '2.2.1',
10+
version: '2.2.2',
1111
sources: {
1212
font_awesome: '{{ _sources.font_awesome }}',
1313
jquery: '{{ _sources.jquery }}',

jekyll-text-theme.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-text-theme"
5-
spec.version = "2.2.1"
5+
spec.version = "2.2.2"
66
spec.authors = ["Tian Qi"]
77
spec.email = ["[email protected]"]
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
55
"scripts": {
66
"build": "bundle exec jekyll build",

0 commit comments

Comments
 (0)