From 47c4295346f809f6b84ad9c26da226546f1b9c9b Mon Sep 17 00:00:00 2001 From: Duarte Pinto Date: Thu, 25 Jul 2019 17:07:01 +0100 Subject: [PATCH] v0.1.1 --- jocasta.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jocasta.gemspec b/jocasta.gemspec index 0706db6..9f91803 100644 --- a/jocasta.gemspec +++ b/jocasta.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'jocasta' - s.version = '0.1.0' + s.version = '0.1.1' s.date = '2019-07-24' s.summary = "Utility to extract a section of a Markdown file and write it into a separate file." s.authors = ["Duarte Pinto"]