Skip to content

Commit

Permalink
Release v2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Aug 2, 2024
1 parent 84b59b6 commit 9114d7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Install theme gems
continue-on-error: true
run: |
gem install type-on-strap
gem install jekyll-theme-type-on-strap
gem install type-on-strap --source "https://rubygems.org"
gem install jekyll-theme-type-on-strap --source "https://rubygems.org"
- name: GPR
continue-on-error: true
run: |
gem install type-on-strap --version "2.4.9" --source "https://rubygems.pkg.github.com/sylhare"
gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare"
- name: Build with Docker
continue-on-error: true
run: |
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.9
Type on Strap jekyll theme v2.4.10
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.9', '< 3.0'" >> Gemfile
RUN echo "gem 'type-on-strap', '>= 2.4.10', '< 3.0'" >> Gemfile
RUN echo "Adding the Gemfile" >> cat Gemfile

# Install the theme
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.9"
spec.version = "2.4.10"
spec.authors = ["Sylhare", "Rohan Chandra"]
spec.email = ["[email protected]", "[email protected]"]

Expand Down

0 comments on commit 9114d7f

Please sign in to comment.