Skip to content

Commit

Permalink
Merge pull request #481 from sylhare/release-2.4.11
Browse files Browse the repository at this point in the history
Release v2.4.11
  • Loading branch information
sylhare authored Nov 29, 2024
2 parents dad5deb + ee872ed commit e4f3439
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: GPR
run: |
gem cleanup type-on-strap
gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare"
gem install type-on-strap --version "2.4.11" --source "https://rubygems.pkg.github.com/sylhare"
2 changes: 2 additions & 0 deletions .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Publish build
on:
workflow_dispatch:
push:
branches:
- master
tags:
- v*

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Type on Strap jekyll theme v2.4.10
Type on Strap jekyll theme v2.4.11
Theme free for personal and commercial use under the MIT license
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
-->
Expand Down
2 changes: 1 addition & 1 deletion assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap"

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

Expand Down
2 changes: 1 addition & 1 deletion type-on-strap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "type-on-strap"
spec.version = "2.4.10"
spec.version = "2.4.11"
spec.authors = ["Sylhare", "Rohan Chandra"]
spec.email = ["[email protected]", "[email protected]"]

Expand Down

0 comments on commit e4f3439

Please sign in to comment.