Skip to content

Commit 757d668

Browse files
committed
release: v2.2.5
1 parent 6b10095 commit 757d668

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/scripts/variables.html

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

jekyll-text-theme.gemspec

+1-1
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.4"
5+
spec.version = "2.2.5"
66
spec.authors = ["Tian Qi"]
77
spec.email = ["kitian616@outlook.com"]
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
55
"scripts": {
66
"build": "cross-env JEKYLL_ENV=production bundle exec jekyll build",

0 commit comments

Comments
 (0)