From c27e1ada5334e922222814078e89e8e7b4043a87 Mon Sep 17 00:00:00 2001 From: Atlas48 Date: Wed, 17 Feb 2021 01:21:32 +0000 Subject: [PATCH] kludge to make bundler use the latest commit --- jekyll-theme-basic.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-theme-basic.gemspec b/jekyll-theme-basic.gemspec index cb9bff0..0c77179 100644 --- a/jekyll-theme-basic.gemspec +++ b/jekyll-theme-basic.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-basic" - spec.version = "r1" + spec.version = "2" spec.authors = ["Atlas48"] spec.email = ["Atlas48@gmx.com"] spec.summary = "An incredibly rudimentary jekyll theme. Paper-thin, nothing but what's needed."