From f7a66b10cc135172593697695a1d8b5896f486eb Mon Sep 17 00:00:00 2001 From: Darren Wallace Date: Thu, 8 Mar 2012 10:11:08 +0000 Subject: [PATCH] Upped the version a point to 0.2.0 thanks to the support for more kramdown options. --- lib/guard/markdown/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/markdown/version.rb b/lib/guard/markdown/version.rb index 8833151..9fb32bb 100644 --- a/lib/guard/markdown/version.rb +++ b/lib/guard/markdown/version.rb @@ -1,5 +1,5 @@ module Guard module MarkdownVersion - VERSION = "0.1.4" + VERSION = "0.2.0" end end