From 7ce86776c3601b60e693233079ea53a559e74ec7 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Wed, 6 May 2020 03:32:16 +0900 Subject: [PATCH] v0.14.0 --- lib/table_of_contents/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/table_of_contents/version.rb b/lib/table_of_contents/version.rb index 10d9c09..a649f60 100644 --- a/lib/table_of_contents/version.rb +++ b/lib/table_of_contents/version.rb @@ -2,6 +2,6 @@ module Jekyll module TableOfContents - VERSION = '0.13.1' + VERSION = '0.14.0' end end