From 323375515e7c459f3b4ea34b504d0cf4d897ed3d Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Sun, 26 May 2024 22:41:59 +0700 Subject: [PATCH] feat: bump version --- README.md | 2 +- jekyll-ham.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4a8fc5..7907528 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ gem "minima" on your `Gemfile` with ```gemspec -gem "jekyll-ham", "~> 1.1.0" +gem "jekyll-ham", "~> 1.1.1" ``` Also don't forget to change the `theme` configuration on your `_config.yml` to `jekyll-ham` instead of `minima`. diff --git a/jekyll-ham.gemspec b/jekyll-ham.gemspec index 93436f5..c311d1c 100644 --- a/jekyll-ham.gemspec +++ b/jekyll-ham.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-ham" - spec.version = "1.1.0" + spec.version = "1.1.1" spec.authors = ["Reinhart Previano Koentjoro"] spec.email = ["reinhart@reinhart1010.id"]