From dbe0d35729110825a3be11d9e0a9f7c56e0d80fb Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 26 Jan 2020 17:08:06 +0900 Subject: [PATCH] v0.13.1 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index e666cdc..6a935cf 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JekyllToc - VERSION = '0.13.0' + VERSION = '0.13.1' end