From bcabdbd5ba83e0688200607610b83b0d6290fe36 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 15 Nov 2016 09:47:49 -0800 Subject: [PATCH] Release :gem: v2.1.0 --- History.markdown | 4 ++-- minima.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.markdown b/History.markdown index 30cac231da..167cca7ce7 100644 --- a/History.markdown +++ b/History.markdown @@ -1,9 +1,9 @@ -## HEAD +## 2.1.0 / 2016-11-15 ### Minor Enhancements * Update gemspec to require at least Jekyll 3.3 (#59) - * Use absolute_url filter for disqus (#66) + * Use `absolute_url` filter for disqus (#66) * replace `example/index.html` with `example/index.md` (#58) ### Development Fixes diff --git a/minima.gemspec b/minima.gemspec index 9e3759f9c3..fdd6bd9f28 100644 --- a/minima.gemspec +++ b/minima.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "minima" - spec.version = "2.0.0" + spec.version = "2.1.0" spec.authors = ["Joel Glovier"] spec.email = ["jglovier@github.com"]