From e074ea011311cf4a18a2a3dc203489d524d84d6a Mon Sep 17 00:00:00 2001 From: Jake Faris Date: Sat, 29 Oct 2016 15:48:31 -0400 Subject: [PATCH] Update dotenvious.gemspec --- dotenvious.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotenvious.gemspec b/dotenvious.gemspec index 45b4935..df861a2 100644 --- a/dotenvious.gemspec +++ b/dotenvious.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'dotenvious' - s.version = '0.0.3' - s.date = '2016-10-21' + s.version = '0.0.4' + s.date = '2016-10-29' s.summary = "Dotenvious" s.description = "A Gem to manage environment variables" s.authors = ["Jake Faris"]