From e92afffb9ce6839614c824f30a0c89bbcddad803 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Mon, 1 Apr 2024 11:26:23 -0700 Subject: [PATCH] 0.8.2 --- Gemfile.lock | 2 +- just-the-docs.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bb2dea1..e198eca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - just-the-docs (0.8.1) + just-the-docs (0.8.2) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index d261dbf..037b929 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "just-the-docs" - spec.version = "0.8.1" + spec.version = "0.8.2" spec.authors = ["Patrick Marsceill", "Matthew Wang"] spec.email = ["patrick.marsceill@gmail.com", "matt@matthewwang.me"]