From 8df2db2a5507baafdb873144b3ebfac94e0fda7b Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 14 Sep 2016 09:04:13 -0400 Subject: [PATCH] Bump to 0.1.0 --- lib/jekyll-optional-front-matter/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-optional-front-matter/version.rb b/lib/jekyll-optional-front-matter/version.rb index 7c97df6..4f6310c 100644 --- a/lib/jekyll-optional-front-matter/version.rb +++ b/lib/jekyll-optional-front-matter/version.rb @@ -1,3 +1,3 @@ module JekyllOptionalFrontMatter - VERSION = "0.0.1".freeze + VERSION = "0.1.0".freeze end