Skip to content

Commit 2d6aad7

Browse files
committed
Release v2.4.11
1 parent dad5deb commit 2d6aad7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gem-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: GPR
4242
run: |
4343
gem cleanup type-on-strap
44-
gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare"
44+
gem install type-on-strap --version "2.4.11" --source "https://rubygems.pkg.github.com/sylhare"

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Type on Strap jekyll theme v2.4.10
3+
Type on Strap jekyll theme v2.4.11
44
Theme free for personal and commercial use under the MIT license
55
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
66
-->

assets/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap"
44

55
# Create Type-on-strap Gemfile
66
RUN echo "source \"https://rubygems.org\"" >> Gemfile
7-
RUN echo "gem 'type-on-strap', '>= 2.4.10', '< 3.0'" >> Gemfile
7+
RUN echo "gem 'type-on-strap', '>= 2.4.11', '< 3.0'" >> Gemfile
88
RUN echo "Adding the Gemfile"
99
RUN cat Gemfile
1010

type-on-strap.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 = "type-on-strap"
5-
spec.version = "2.4.10"
5+
spec.version = "2.4.11"
66
spec.authors = ["Sylhare", "Rohan Chandra"]
77
88

0 commit comments

Comments
 (0)